From 1928b79e0ce6aa2169d735e7d6af336c74152d7a Mon Sep 17 00:00:00 2001 From: lonerover Date: Wed, 28 Dec 2016 06:39:21 +0800 Subject: 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 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') 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, -- cgit