]> granicus.if.org Git - vim/commit
patch 8.0.1190: unusable after opening new window in BufWritePre event v8.0.1190
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Oct 2017 14:06:20 +0000 (16:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Oct 2017 14:06:20 +0000 (16:06 +0200)
commit2c33d7bb69c4c2c5b0e39b03cc4b0c04cfdfbb0b
tree24ccce8c31f7ae5c8be19769c9b6eed1359e8fab
parent6047e2c722347ae9443c2632c6e061918ccef9c6
patch 8.0.1190: unusable after opening new window in BufWritePre event

Problem:    Vim becomes unusable after opening new window in BufWritePre
            event.
Solution:   Call not_exiting(). (Martin Tournoij, closes #2205)
            Also for "2q" when a help window is open.  Add a test.
src/ex_docmd.c
src/testdir/test_writefile.vim
src/version.c