Re: [typing Russian characters in vim with vim-LaTeX]

2020-06-29 Thread Tony Mechelynck
On Tuesday, June 30, 2020 at 7:46:30 AM UTC+2, Maxim Abalenkov wrote: > > Dear all, > > I hope all is well with you. This is my first post to the vim mailing > list. I use vim for a long time and would consider myself a power user. > Occasionally, I need to type documents in Russian in LaTeX form

[typing Russian characters in vim with vim-LaTeX]

2020-06-29 Thread Maxim Abalenkov
Dear all, I hope all is well with you. This is my first post to the vim mailing list. I use vim for a long time and would consider myself a power user. Occasionally, I need to type documents in Russian in LaTeX format. To use Russian in vim I follow the guidelines from this Habr post (https://h

Re: An interesting little poser

2020-06-29 Thread Chris Jones
On Sun, Jun 28, 2020 at 05:37:04PM EDT, Mateusz Okulus wrote: > > Run the following (copy and paste) > > :map G?\[\d\+\]va[y/0dd0DnF[hr^llPdt] Nice! Really does a spectacular job when run on my toy example... especially when one presses and holds down key. But there appears to be a problem wi

Re: An interesting little poser [PS]

2020-06-29 Thread Tim Chase
[sorry for the belated reply.] On 2020-06-27 22:46, Chris Jones wrote: > Not sure if it's some kind of corner case or this little > experimented has unearthed a bug in Vim's regex logic... Not a bug in the regex parser. See further diagnosis: > On Mon, Jun 22, 2020 at 09:40:38PM EDT, Tim Chase

Re: persistent highlight between marks ?

2020-06-29 Thread Tim Chase
On 2020-06-29 14:17, Charles Campbell wrote: > M Kelly wrote: >> Anyone know of a way to set a start mark and then an end mark and >> then highlight all text between them ? >> So that is stays highlighted, even if I move the cursor away or >> scroll etc. >> Sort of like a visual mode selection that

Re: persistent highlight between marks ?

2020-06-29 Thread Charles Campbell
M Kelly wrote: Hi, Anyone know of a way to set a start mark and then an end mark and then highlight all text between them ? So that is stays highlighted, even if I move the cursor away or scroll etc. Sort of like a visual mode selection that remains after you move away. See :help matchadd f

Re: Vim easter egg in command line completion

2020-06-29 Thread BPJ
Den sön 28 juni 2020 22:36Yegappan Lakshmanan skrev: > Hi, > > On Sun, Jun 28, 2020 at 1:24 PM Dominique Pellé > wrote: > >> Yegappan Lakshmanan wrote: >> >> > Hi, >> > >> > Try pressing Tab after entering the following (you need a space after >> Ni): >> > >> >:hi Ni >> > >> > I haven't noti