Re: Patch 8.1.1510

2019-08-05 Fir de Conversatie Yegappan Lakshmanan
Hi Andy, On Mon, Aug 5, 2019 at 11:53 AM 'Andy Wokula' via vim_dev wrote: > > Am 09.06.2019 um 17:22 schrieb Bram Moolenaar: > > Patch 8.1.1510 > > Problem:A plugin cannot easily expand a command like done internally. > > Solution: Add the expandcmd() function. (Yegappan Lakshmanan, closes

Patch 8.1.1820

2019-08-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.1820 Problem:Using expr->FuncRef() does not work. Solution: Make FuncRef work as a method. Files: src/eval.c, src/userfunc.c, src/testdir/test_method.vim *** ../vim-8.1.1819/src/eval.c 2019-08-04 23:04:35.525945914 +0200 --- src/eval.c 2019-08-05 22:49:59.044167083 +0200

Patch 8.1.1819

2019-08-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.1819 Problem::pedit does not work with a popup preview window. Solution: Avoid aborting with an error. (fixes #4777) Also double check that after prepare_tagpreview() the current window is not a popup window. Files: src/ex_docmd.c, src/popupmenu.c, sr

Re: Patch 8.1.1510

2019-08-05 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 09.06.2019 um 17:22 schrieb Bram Moolenaar: Patch 8.1.1510 Problem:A plugin cannot easily expand a command like done internally. Solution: Add the expandcmd() function. (Yegappan Lakshmanan, closes #4514) Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c,

Patch 8.1.1818

2019-08-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.1818 Problem:Unused variable. Solution: Remove the variable. (Mike Williams) Files: src/sound.c *** ../vim-8.1.1817/src/sound.c 2019-08-03 18:31:08.309893093 +0200 --- src/sound.c 2019-08-05 20:14:12.327620273 +0200 *** *** 228,234 {