Patch 8.2.1895

2020-10-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.1895 (after 8.2.1894) Problem:Vim9: silent command modifier test fails. Solution: Add missing changes. Files: src/ex_docmd.c *** ../vim-8.2.1894/src/ex_docmd.c 2020-10-22 21:22:54.740905315 +0200 --- src/ex_docmd.c 2020-10-23 17:02:47.210219512 +0200 *

Patch 8.2.1894

2020-10-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.1894 Problem:Vim9: command modifiers are not supported. Solution: Support "silent" and "silent!". Files: src/structs.h, src/vim9compile.c, src/vim9.h, src/vim9execute.c, src/evalvars.c, src/testdir/test_vim9_disassemble.vim, src/testdir/test_vim9_cmd.v

Re: [vim/vim] Support for matching multiple words (#7163)

2020-10-23 Fir de Conversatie Maxim Kim
Thx! Looks really good! -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups

Patch 8.2.1893

2020-10-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.1893 Problem:Fuzzy matching does not support multiple words. Solution: Add support for matching white space separated words. (Yegappan Lakshmanan, closes #7163) Files: runtime/doc/eval.txt, src/search.c, src/testdir/test_matchfuzzy.vim *** ../vim-8.2

Re: [vim/vim] Support for matching multiple words (#7163)

2020-10-23 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Fri, Oct 23, 2020 at 3:39 AM Bram Moolenaar wrote: > Are there any open remarks? Otherwise, let me know when this is ready to > include. > > > No. There are no open remarks about this change. This is ready to be included. Regards, Yegappan -- -- You received this message from the

Patch 8.2.1892

2020-10-23 Fir de Conversatie Bram Moolenaar
Patch 8.2.1892 Problem:Valgrind warns for using uninitialized access in tests. Solution: Fix condition for breaking out of loop. (Dominique Pellé, closes #7187) Files: src/terminal.c *** ../vim-8.2.1891/src/terminal.c 2020-09-29 21:23:17.877461823 +0200 --- src/termi

Re: [vim/vim] netrw: Fix gx command (#7188)

2020-10-23 Fir de Conversatie Bram Moolenaar
Nick Jensen wrote: > The 2020-10-22 21:39, Charles Campbell wrote: > >I confess that I'm not a git master.  It'd be a help if you could send > >me a patch instead of a commit which I don't use, or inform me of the > >git command to download the file separately so I can diff and study > >it. I

Re: Proposed change in help for g Ctrl-G

2020-10-23 Fir de Conversatie Bram Moolenaar
Tony wrote: > Second paragraph of the g_CTRL-G help. > > There is: > > If there are characters in the line that take more > than one position on the screen ( or special > character), both the "real" column and the screen > column are shown, separ