mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
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)
027387f70c
This commit is contained in:
@@ -645,7 +645,7 @@ static int included_patches[] = {
|
||||
// 1040 NA
|
||||
// 1039,
|
||||
// 1038 NA
|
||||
// 1037,
|
||||
1037,
|
||||
// 1036,
|
||||
1035,
|
||||
// 1034,
|
||||
|
Reference in New Issue
Block a user