]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1037 v7.4.1037
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 21:25:52 +0000 (22:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 21:25:52 +0000 (22:25 +0100)
commit027387f70c671f62e3e08e0bdd09ec05b0232735
tree4fa32d2d3a305b0330e35aa14db5dce4c0c4098c
parentfa03fd6c4a9fe05274d62ddefd645cb5801d2023
patch 7.4.1037
Problem:    Using "q!" when there is a modified hidden buffer does not unload
            the current buffer, resulting in the need to abandon it again.
Solution:   When using "q!" unload the current buffer when needed. (Yasuhiro
            Matsumoto, Hirohito Higashi)
runtime/doc/editing.txt
src/ex_cmds2.c
src/ex_docmd.c
src/gui.c
src/gui_gtk_x11.c
src/os_unix.c
src/proto/ex_cmds2.pro
src/testdir/test31.in
src/testdir/test31.ok
src/version.c