aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2016-12-28 06:39:21 +0800
committerJustin M. Keyes <justinkz@gmail.com>2016-12-27 17:39:21 -0500
commit1928b79e0ce6aa2169d735e7d6af336c74152d7a (patch)
treef0db8ba1c9005991b7b3bf8487108cf36632550f /src/nvim/version.c
parent9066e2356256f0416f4c61cb31edcf0a50c4f5b6 (diff)
downloadrneovim-1928b79e0ce6aa2169d735e7d6af336c74152d7a.tar.gz
rneovim-1928b79e0ce6aa2169d735e7d6af336c74152d7a.tar.bz2
rneovim-1928b79e0ce6aa2169d735e7d6af336c74152d7a.zip
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) https://github.com/vim/vim/commit/c67e89213476b5f4756d92208b57ce9ef4a4cf24
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 512d52cbc4..df3fc1cbc2 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -603,7 +603,7 @@ static int included_patches[] = {
1840,
// 1839,
// 1838,
- // 1837,
+ 1837,
1836,
1835,
1833,