Re: [vim/vim] Both "sub-expression" and "sub-match" terms are used in the docs (#5714)

2020-02-29 Fir de Conversatie Gary Johnson
On 2020-02-29, lkintact wrote: > Executing :lhelpgrep sub-expression and :lhelpgrep sub-match shows that both > terms are used in the docs. Since they seem to mean the same maybe it's better > to only leave one to remove the possible confusion. They don't mean the same thing. A sub-expression is

Patch 8.2.0337

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0337 Problem:Build fails on a few systems. Solution: Use vim_snprintf() instead of snprintf(). Files: src/cmdexpand.c *** ../vim-8.2.0336/src/cmdexpand.c 2020-02-29 22:06:25.643709256 +0100 --- src/cmdexpand.c 2020-03-01 01:04:51.555884622 +0100 *** ***

Re: Patch 8.2.0336

2020-02-29 Fir de Conversatie John Marriott
On 01-Mar-2020 09:25, Bram Moolenaar wrote: Patch 8.2.0336 Problem:Vim9: insufficient test coverage for compiling. Solution: Add more tests. Files: src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/vim9.h, src/vim9compile.c, src/vim9execute.c Hi

Patch 8.2.0336

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0336 Problem:Vim9: insufficient test coverage for compiling. Solution: Add more tests. Files: src/testdir/test_vim9_expr.vim, src/testdir/test_vim9_script.vim, src/vim9.h, src/vim9compile.c, src/vim9execute.c *** ../vim-8.2.0335/src/testdir/test_vim9_expr.vim

Re: On Windows - other tabs close when netrw explore navigates to a directory

2020-02-29 Fir de Conversatie Charles Campbell
More information would be helpful:     * what/which binary is exhibiting the problem?     * What is its version (:version)?     * If you compiled it, how did you compile it (which compile-time options, which compiler)?     * Is it for native Windows (usually gvim in that case), cygwin (vim or

Patch 8.2.0335

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0335 Problem:No completion for :disassemble. Solution: Make completion work. Also complete script-local functions if the name starts with "s:". Files: src/cmdexpand.c, src/testdir/test_cmdline.vim, runtime/doc/vim9.txt ***

Patch 8.2.0334

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0334 Problem:Abort called when using test_void(). (Dominique Pelle) Solution: Only give an error, don't abort. Files: src/message.c, src/proto/message.pro, src/evalfunc.c, src/eval.c, src/json.c, src/testdir/test_functions.vim *** ../vim-8.2.0333/src/message.c

Patch 8.2.0333

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0333 Problem:Terminal in popup test is flaky. Solution: Make sure redraw is done before opening the popup. Files: src/testdir/test_terminal.vim, src/testdir/dumps/Test_terminal_popup_1.dump *** ../vim-8.2.0332/src/testdir/test_terminal.vim 2020-02-28

Re: [vim/vim] Support 'template string' ('string interpolation') (#4634)

2020-02-29 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Feb 29, 2020 at 5:46 AM aiya000 wrote: > @aiya000 pushed 1 commit. > >- 6945806 > > >Add tests > > > Every code commit triggers a lengthy Travis/Appveyor/Cirrus CI

Patch 8.2.0332

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0332 Problem:Some code in ex_getln.c not covered by tests. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #5710) Files: src/testdir/test_arabic.vim, src/testdir/test_cmdline.vim *** ../vim-8.2.0331/src/testdir/test_arabic.vim 2019-06-15 17:28:17.0

Patch 8.2.0331

2020-02-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.0331 Problem:Internal error when using test_void() and test_unknown(). (Dominique Pelle) Solution: Give a normal error. Files: src/evalfunc.c, src/testdir/test_functions.vim, src/testdir/test_vimscript.vim *** ../vim-8.2.0330/src/evalfunc.c

Re: E685: Internal error: f_empty(UNKNOWN)

2020-02-29 Fir de Conversatie Bram Moolenaar
Dominique wrote: > This command gives an internal error: > > :echo empty(test_void()) > E685: Internal error: f_empty(UNKNOWN) > 1 > Press ENTER or type command to continue > > Same kind of internal error at least for: > > :echo empty(test_unknown()) > :echo type(test_void()) >

E685: Internal error: f_empty(UNKNOWN)

2020-02-29 Fir de Conversatie Dominique Pellé
Hi This command gives an internal error: :echo empty(test_void()) E685: Internal error: f_empty(UNKNOWN) 1 Press ENTER or type command to continue Same kind of internal error at least for: :echo empty(test_unknown()) :echo type(test_void()) :echo type(test_unknown()) Internal