mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.2324
Problem: Crash when editing a new buffer and BufUnload autocommand wipes
out the new buffer. (Norio Takagi)
Solution: Don't allow wiping out this buffer. (partly by Hirohito Higashi)
Move old style test13 into test_autocmd. Avoid ml_get error when
editing a file.
e0ab94e712
This commit is contained in:
@@ -117,7 +117,7 @@ static int included_patches[] = {
|
||||
// 2327 NA
|
||||
2326,
|
||||
// 2325 NA
|
||||
// 2324,
|
||||
2324,
|
||||
2323,
|
||||
2322,
|
||||
2321,
|
||||
|
Reference in New Issue
Block a user