Patch 8.1.1053
Problem:Warning for missing return statement. (Dominique Pelle)
Solution: Add return statement.
Files: src/undo.c
*** ../vim-8.1.1052/src/undo.c 2019-03-25 22:21:21.553069212 +0100
--- src/undo.c 2019-03-26 00:29:13.021982250 +0100
***
*** 3541,3546
Dominique wrote:
> Bram Moolenaar wrote:
>
> > Patch 8.1.1049
> > Problem:When user tries to exit with CTRL-C message is confusing.
> > Solution: Only mention ":qa!" when there is a changed buffer. (closes
> > #4163)
> > Files: src/undo.c, src/proto/undo.pro, src/normal.c,
> >
Bram Moolenaar wrote:
> Patch 8.1.1049
> Problem:When user tries to exit with CTRL-C message is confusing.
> Solution: Only mention ":qa!" when there is a changed buffer. (closes #4163)
> Files: src/undo.c, src/proto/undo.pro, src/normal.c,
> src/testdir/test_normal.vim
>
>
Patch 8.1.1052
Problem:test for CTRL-C message sometimes fails
Solution: Make sure there are no changed buffers.
Files: src/testdir/test_normal.vim
*** ../vim-8.1.1051/src/testdir/test_normal.vim 2019-03-25 22:21:21.557069182
+0100
--- src/testdir/test_normal.vim 2019-03-25 23:15:12
Patch 8.1.1051
Problem:Not all ways to switch terminal mode are tested.
Solution: Add more test cases.
Files: src/testdir/test_terminal.vim
*** ../vim-8.1.1050/src/testdir/test_terminal.vim 2019-02-25
06:11:19.026193863 +0100
--- src/testdir/test_terminal.vim 2019-03-25
Patch 8.1.1050
Problem:Blank srceen when DirectWrite failed.
Solution: Call redraw_later_clear() after recreating the Direct2D render
target. (Ken Takata, closes #4172)
Files: src/gui_dwrite.cpp
*** ../vim-8.1.1049/src/gui_dwrite.cpp 2019-03-21 20:50:08.868741864 +0100
-
Patch 8.1.1049
Problem:When user tries to exit with CTRL-C message is confusing.
Solution: Only mention ":qa!" when there is a changed buffer. (closes #4163)
Files: src/undo.c, src/proto/undo.pro, src/normal.c,
src/testdir/test_normal.vim
*** ../vim-8.1.1048/src/undo.c 2
On Di, 26 Mär 2019, Robert Webb wrote:
> On Fri, 15 Mar 2019 at 02:44, Gary Johnson wrote:
>
> On 2019-03-14, Robert Webb wrote:
> > Ah, thanks Gary,
> >
> > Actually I already set 'fo' in my vimrc, but I set it with "autocmd
> BufRead".
> > I suppose the file-type comman
On Fri, 15 Mar 2019 at 02:44, Gary Johnson wrote:
> On 2019-03-14, Robert Webb wrote:
> > Ah, thanks Gary,
> >
> > Actually I already set 'fo' in my vimrc, but I set it with "autocmd
> BufRead".
> > I suppose the file-type commands happen after that?
>
> Yes. The BufRead and BufNewFile events tr