From 2b937fe00d8b0b308cce87aee9f70699f8474c1e Mon Sep 17 00:00:00 2001 From: André Twupack Date: Sun, 21 Sep 2014 00:29:45 +0200 Subject: vim-patch:7.4.320 Problem: Possible crash when an BufLeave autocommand deletes the buffer. Solution: Check for the window pointer being valid. Postpone freeing the window until autocommands are done. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-320 --- 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 5a0b01df28..200d34e2fb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -308,7 +308,7 @@ static int included_patches[] = { 323, //322 NA //321 NA - //320, + 320, //319 NA 318, 317, -- cgit