commit | c67e89213476b5f4756d92208b57ce9ef4a4cf24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 24 16:07:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 16:07:40 2016 +0200 |
tree | 0221d0098014ef0e93750d225fa6145a22468a01 | |
parent | 1d429610bf9e99a6252be8abbc910d6667e4d1da [diff] [blame] |
patch 7.4.1837 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)
diff --git a/src/version.c b/src/version.c index 8b92714..f1bbbdd 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1837, +/**/ 1836, /**/ 1835,