diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-10 22:50:31 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-14 17:16:18 -0400 |
commit | 8c399d6b37f967d0ec9991d873666036de196a0a (patch) | |
tree | 25c816240e4bee86b6ee96ee0585c601ef9dcc4c /src/nvim/version.c | |
parent | 529e2ab17828943cf5004534429eab7a0b08cf91 (diff) | |
download | rneovim-8c399d6b37f967d0ec9991d873666036de196a0a.tar.gz rneovim-8c399d6b37f967d0ec9991d873666036de196a0a.tar.bz2 rneovim-8c399d6b37f967d0ec9991d873666036de196a0a.zip |
vim-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)
https://github.com/vim/vim/commit/027387f70c671f62e3e08e0bdd09ec05b0232735
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 506bb1e3cf..7ee3b596de 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -645,7 +645,7 @@ static int included_patches[] = { // 1040 NA // 1039, // 1038 NA - // 1037, + 1037, // 1036, 1035, // 1034, |