Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <ut6al3$3e99l$2@dont-email.me>
Deutsch   English   Français   Italiano  
<ut6al3$3e99l$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: HenHanna <HenHanna@devnull.tb>
Newsgroups: comp.editors,news.software.readers,comp.fonts
Subject: Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...
Date: Sun, 17 Mar 2024 01:46:27 -0700
Organization: A noiseless patient Spider
Lines: 67
Message-ID: <ut6al3$3e99l$2@dont-email.me>
References: <521070a665db33a668e0d710cc15b8ef@www.novabbs.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 17 Mar 2024 08:46:27 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4246cbb37271c7869a4c59178d7a7bcc";
	logging-data="3614005"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/+FaGD1hfqBZ+ff3N/tX6H9/0DVxzXPiY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:F6Cik5mJeXboSRYlbQwp5HvWIss=
In-Reply-To: <521070a665db33a668e0d710cc15b8ef@www.novabbs.com>
Content-Language: en-US
Bytes: 3147


> My [_gvimrc] file is (in some ways) like the proverbial "Third-Rail" so 
> that...
>                ----------- Most of the time, i try not to get near it.
> 
> 
> " Vim with all enhancements
> source $VIMRUNTIME/vimrc_example.vim
> 
> " Use the internal diff if available.
> " Otherwise use the special 'diffexpr' for Windows.
> se guifont=Consolas:h18
> se ai
> se ic              <-----------  i've also tried  [SmartCase]
> se so=0
> se noundofile
> se et
> se spell
> 
> ab qq q!                  <-----------------  i use this pretty often.  
> Very Useful !!!
> 
> ab wt w! ~/temp.vi        <-----------------  i most often use it as 
> :.,.wt  or   :.,.+3 wt
> ab rt r  ~/temp.vi
> 
> 
> ______________________________
> 
> i had trouble remembering   so,  et,   ... and
> 
> i was parsing    noundofile    as   N-oun-D-ofile,    Noun-Do-File, ....
> 
> 
>>>>    :set scrolloff=5     The above command can be abbreviated as :set 
>>>> so=5. Entering :set so=0 restores the default behavior so the cursor 
>>>> can be moved to any line in the window without scrolling.
> 
> 
>>>>   ... set et ( :set expandtabs) does not change the tabs already 
>>>> existing in the file, one has to do :retab . For example: :set et 
>>>> :retab. and the ...
> 
> 
> 
> 
> _______________________  Does   Vim  have  a  [Retro feel] ?    (it 
> certainly does, to me)
> 
> 
>                   and  speaking of  the [Retro Look] of the Fixed-width 
> characters....
> 
> 
> (Lispy GIF Art) -- When (writing Lisp with Vim) (the *Neon Colors* are 
> Dazzling ! )
>      https://i.redd.it/gjn8amwym1061.gif
>                geeky   Lisp-Art      by  HenHanna
> 
> 
>                ----------   any ideas (suggestions) about a Python 
>                              version of this ???



  i prefer  the  >  to be placed  on blank lines, as in the above.