Patch 8.1.1847

2019-08-15 Fir de Conversatie Bram Moolenaar
Patch 8.1.1847 Problem:Suspend test is failing. Solution: Do not use GetVimCommandClean(). Files: src/testdir/test_suspend.vim *** ../vim-8.1.1846/src/testdir/test_suspend.vim2019-08-14 21:12:00.977833219 +0200 --- src/testdir/test_suspend.vim2019-08-15 11:10:59.7315

Patch 8.1.1848

2019-08-15 Fir de Conversatie Bram Moolenaar
Patch 8.1.1848 Problem:'langmap' is not used for CTRL-W command in terminal. Solution: Push the command in the typeahead buffer instead of the stuff buffer. (closes #4814) Files: src/terminal.c, src/testdir/test_terminal.vim *** ../vim-8.1.1847/src/terminal.c 2019-08

Patch 8.1.1849

2019-08-15 Fir de Conversatie Bram Moolenaar
Patch 8.1.1849 problem:Some insert complete functions in the wrong file. Solution: Move complete functions to insexpand.c. (Yegappan Lakshmanan, closes #4815) Files: src/evalfunc.c, src/insexpand.c, src/proto/insexpand.pro *** ../vim-8.1.1848/src/evalfunc.c 2019-08-1

Patch 8.1.1850

2019-08-15 Fir de Conversatie Bram Moolenaar
Patch 8.1.1850 Problem:Focus may remain in popup window. Solution: Change focus if needed. Files: src/popupmnu.c *** ../vim-8.1.1849/src/popupmnu.c 2019-07-07 18:27:52.365277132 +0200 --- src/popupmnu.c 2019-08-05 20:45:49.175060398 +0200 *** *** 814,820

Patch 8.1.1851

2019-08-15 Fir de Conversatie Bram Moolenaar
Patch 8.1.1851 Problem:Crash when sound_playfile() callback plays sound. Solution: Invoke callback later from event loop. Files: src/testdir/test_sound.vim, src/ui.c, src/sound.c, src/proto/sound.pro, src/feature.h, src/os_unix.c, src/ex_docmd.c, src/misc2.c *

Patch 8.1.1852

2019-08-15 Fir de Conversatie Bram Moolenaar
Patch 8.1.1852 Problem:Timers test is flaky. Solution: Accept a larger count. Add test to list of flaky tests. Files: src/testdir/test_timers.vim, src/testdir/runtest.vim *** ../vim-8.1.1851/src/testdir/test_timers.vim 2019-08-07 23:07:03.964858688 +0200 --- src/testdir/test_timers