mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.1837 (#5834)
Problem: The BufUnload event is triggered twice, when :bunload is used with
set to or .
Solution: Do not trigger the event when ml_mfp is NULL. (Hirohito Higashi)
c67e892134
This commit is contained in:

committed by
Justin M. Keyes

parent
9066e23562
commit
1928b79e0c
@@ -603,7 +603,7 @@ static int included_patches[] = {
|
||||
1840,
|
||||
// 1839,
|
||||
// 1838,
|
||||
// 1837,
|
||||
1837,
|
||||
1836,
|
||||
1835,
|
||||
1833,
|
||||
|
Reference in New Issue
Block a user