Patch 8.2.0510

2020-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.0510 Problem:Coverity complains about using uninitialized variable. Solution: Assign a value to "scol". Move code inside NULL check. Files: src/beval.c, src/popupwin.c *** ../vim-8.2.0509/src/beval.c 2019-11-30 22:40:44.0 +0100 --- src/beval.c 2020-04-04

Patch 8.2.0509

2020-04-04 Fir de Conversatie Bram Moolenaar
Patch 8.2.0509 Problem:various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871) Files: src/main.c, src/testdir/check.vim, src/testdir/shared.vim, src/testdir/term_util.vim, src/testdir/test_clientserver.vim,

E1055 error code is used for two different error conditions

2020-04-04 Fir de Conversatie Yegappan Lakshmanan
Hi, The E1055 error code is used in two different places: userfunc.c:emsg(_("E1055: Missing name after ...")); vim9compile.c: emsg(_("E1055: This Vim is not compiled with float support")); - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

[patch] doc fixes in help.txt

2020-04-04 Fir de Conversatie Dominique Pellé
Hi Please find attached doc fixes for help.txt. Regards Dominique -- -- 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