Re: [vim/vim] Distinguish between zg and zG, and zw and zW (#6140)

2020-05-26 Fir de Conversatie Charles Campbell
Christian Brabandt (Vim Github Repository) wrote: How about: diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 78d557f51..dded70d32 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -828,7 +828,7 @@ tag char note action in Normal mode ~

Re: [vim/vim] Some mappings no longer work in motif GUI (#6147)

2020-05-26 Fir de Conversatie Bram Moolenaar
Ben Jackson wrote: > THanks, Bram! Confirmed working. Please look out for any other things that stop working. It's very similar to what happens on MS-Windows, thus it should be OK, but there can be subtle differences. The reason it did work in GTK is because somehow XIM is involved and the

Patch 8.2.0830

2020-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.0830 Problem:Motif: can't map "!". (Ben Jackson) Solution: Remove the shift modifier if it's already included in the key. (closes #6147) Files: src/gui_x11.c *** ../vim-8.2.0829/src/gui_x11.c 2020-05-16 14:01:48.113547782 +0200 --- src/gui_x11.c

Re: [vim/vim] Odd characters when piping from command line (#6111)

2020-05-26 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > On 2020-05-21, Dominique Pellé wrote: > > I can reproduce it with the latest vim-8.2.803 on > > xubuntu-18.03, with xfce4-terminal and gnome-terminal, > > which print: > > > > $ ./vim --clean -c ':call setline(1, "echo hello")' -c 'w !bash' > > > > �[>4;mhello > > > >

Re: Fwd: Vim syntax (variables)

2020-05-26 Fir de Conversatie D. Ben Knoble
Thanks for correcting the email (I searched your site for ages trying to find a different one, but didn't look in the other vim files). I'll grant your example highlights according to my expectations, but this one doesn't (in either the :if or the :let): function F() if $HOME =~ "^/home"

Patch 8.2.0829

2020-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.0829 Problem:filter() may give misleading error message. Solution: Also mention Blob as an allowed argument. Files: src/list.c, src/testdir/test_filter_map.vim *** ../vim-8.2.0828/src/list.c 2020-05-14 22:41:10.229637563 +0200 --- src/list.c 2020-05-26 20:16:34.288543540

Patch 8.2.0828

2020-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.0828 Problem:Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146) Files: .travis.yml, ci/config.mk.clang.sed, ci/config.mk.gcc.sed, ci/config.mk.sed, src/if_ruby.c *** ../vim-8.2.0827/.travis.yml

Re: Clearing the contents of a dictionary

2020-05-26 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 25.05.2020 um 22:35 schrieb Bram Moolenaar: Yegappan wrote: To clear the contents of a list named "abc", we can use "unlet abc[:]". It looks like a similar method for clearing the contents of a dictionary is not available. We can set the dictionary variable to another empty dictionary (but

Fwd: Vim syntax (variables)

2020-05-26 Fir de Conversatie Charles Campbell
Hello: I don't know how my old (as in no longer active) email address remained in syntax/vim.vim, because I updated all of the syntax files with my new address. I just sent an updated syntax/vim.vim to Bram  with the correct email address. Just look at any of the other syntax files I maintain

Fwd: Vim syntax (variables)

2020-05-26 Fir de Conversatie D. Ben Knoble
All, I sent the following message to Dr. Chip RE: vim syntax files, and it bounced back; do we know if there's a more current contact for him (and whether or not he's ok)? D. Ben Knoble -- Forwarded message - From: D. Ben Knoble Date: Tue, May 26, 2020 at 11:13 AM Subject:

Patch 8.2.0827

2020-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.0827 Problem:Vim9: crash in :defcompile. Solution: Fix off-by-one error. Files: src/userfunc.c *** ../vim-8.2.0826/src/userfunc.c 2020-05-26 11:08:24.676420028 +0200 --- src/userfunc.c 2020-05-26 11:31:08.343744173 +0200 *** *** 3348,3353 ---

Patch 8.2.0826

2020-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.2.0826 Problem:Vim9: crash in :defcompile. Solution: Restart the loop after a call to compile_def_function() caused the hash table to resize. Files: src/userfunc.c *** ../vim-8.2.0825/src/userfunc.c 2020-05-25 23:29:24.572124376 +0200 --- src/userfunc.c

Re: [vim/vim] Odd characters when piping from command line (#6111)

2020-05-26 Fir de Conversatie Gary Johnson
On 2020-05-21, Dominique Pellé wrote: > I can reproduce it with the latest vim-8.2.803 on > xubuntu-18.03, with xfce4-terminal and gnome-terminal, > which print: > > $ ./vim --clean -c ':call setline(1, "echo hello")' -c 'w !bash' > > �[>4;mhello > > > And also with xterm which prints ello

Re: [vim/vim] Distinguish between zg and zG, and zw and zW (#6140)

2020-05-26 Fir de Conversatie Gary Johnson
On 2020-05-25, Christian Brabandt wrote: > How about: > > diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt > index 78d557f51..dded70d32 100644 > --- a/runtime/doc/index.txt > +++ b/runtime/doc/index.txt > @@ -828,7 +828,7 @@ tag char note action in Normal mode >