Re: Patch 8.2.2113

2020-12-08 Fir de Conversatie Christian Brabandt
On Di, 08 Dez 2020, Christian Brabandt wrote: > > Am 08.12.2020 um 21:13 schrieb Bram Moolenaar : > > Patch 8.2.2113 > > Problem:MS-Windows GUI: crash after using ":set guifont=" four times. > > Solution: Check for NULL pointer. (Ken Takata, closes #7434) > > Files:

Patch 8.2.2115

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2115 Problem:Vim9: some errors not tested for; dead code. Solution: Add a test. Remove dead code. Files: src/vim9compile.c, src/testdir/test_vim9_assign.vim *** ../vim-8.2.2114/src/vim9compile.c 2020-12-08 21:53:24.297588897 +0100 --- src/vim9compile.c 2020-12-08

Patch 8.2.2114

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2114 Problem:Vim9: unreachable code in assignment. Solution: Remove impossible condition and code. Files: src/vim9compile.c *** ../vim-8.2.2113/src/vim9compile.c 2020-12-07 21:49:48.416837683 +0100 --- src/vim9compile.c 2020-12-08 21:51:57.054183439 +0100

Re: Patch 8.2.2113

2020-12-08 Fir de Conversatie Christian Brabandt
> Am 08.12.2020 um 21:13 schrieb Bram Moolenaar : >  > Patch 8.2.2113 > Problem:MS-Windows GUI: crash after using ":set guifont=" four times. > Solution: Check for NULL pointer. (Ken Takata, closes #7434) > Files: src/gui_dwrite.cpp, src/testdir/test_gui.vim Thanks! I think the

Patch 8.2.2113

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2113 Problem:MS-Windows GUI: crash after using ":set guifont=" four times. Solution: Check for NULL pointer. (Ken Takata, closes #7434) Files: src/gui_dwrite.cpp, src/testdir/test_gui.vim *** ../vim-8.2.2112/src/gui_dwrite.cpp 2019-05-05 13:18:45.0 +0200 ---

Patch 8.2.2112

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2112 Problem:Running tests may leave some files behind. Solution: Delete the right files. Fix a few typos. (Dominique Pellé, closes #7436 Files: src/testdir/test_filetype.vim, src/testdir/test_messages.vim, src/testdir/test_mksession.vim ***

Patch 8.2.2111

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2111 Problem:GTK: Menu background is the same color as the main window. Solution: Fix white space around the test in another way. (closes #7437, closes #7427) Files: src/gui_gtk_x11.c *** ../vim-8.2.2110/src/gui_gtk_x11.c 2020-11-25 12:25:42.919981195 +0100

Re: Bug in :sh introduced at 8.2.1833

2020-12-08 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > Starting with 8.2.1833, the :sh command no longer works when vim is > reading text from stdin. The screen flashes, but nothing else > happens. > > To demonstrate this, execute the following: > > $ ls | vim -N -u NONE - > :sh > > Using git bisect, I found the

Patch 8.2.2110

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2110 Problem:Cannot use ":shell" when reading from stdin. (Gary Johnson) Solution: Revert patch 8.2.1833. Files: src/main.c *** ../vim-8.2.2109/src/main.c 2020-11-30 17:40:41.303714382 +0100 --- src/main.c 2020-12-08 19:35:11.491103622 +0100 *** *** 2709,2715

Patch 8.2.2109

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2109 Problem:"vim -" does not work well when modifyOtherKeys is enabled and a shell command is executed on startup. Solution: Only change modifyOtherKeys when executing a shell command in raw mode. Files: src/os_unix.c ***

Re: [PATCH] Handle case of unmapped K when exiting termdebug

2020-12-08 Fir de Conversatie Rene Kita
On Mon, Dec 07, 2020 at 06:54:41PM +0100, Bram Moolenaar wrote: > > Rene Kita wrote; > > > If K is not mapped to anything the dictionary is empty and the if clause > > is false. K is then still mapped to :Evaluate. This will result in an > > error E492 when using K. > > Thanks for the idea.

Patch 8.2.2108

2020-12-08 Fir de Conversatie Bram Moolenaar
Patch 8.2.2108 Problem:Vim9: no test to check for :let error. Solution: Add a test. Rename tests from _let_ to _var_. Files: src/testdir/test_vim9_assign.vim *** ../vim-8.2.2107/src/testdir/test_vim9_assign.vim2020-12-07 21:49:48.416837683 +0100 ---