patch 7.4.1837 v7.4.1837
authorBram Moolenaar <Bram@vim.org>
Tue, 24 May 2016 14:07:40 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 May 2016 14:07:40 +0000 (16:07 +0200)
commitc67e89213476b5f4756d92208b57ce9ef4a4cf24
tree0221d0098014ef0e93750d225fa6145a22468a01
parent1d429610bf9e99a6252be8abbc910d6667e4d1da
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)
src/buffer.c
src/testdir/test_autocmd.vim
src/version.c