From 888cdce3aa70c5800916b0d54ab40e8ac01d704a Mon Sep 17 00:00:00 2001 From: rover Date: Sat, 7 Jan 2017 22:56:51 +0800 Subject: vim-patch:7.4.2006 Problem: Crash when using tabnext in BufUnload autocmd. (Norio Takagi) Solution: First check that the current buffer is the right one. (Hirohito Higashi) https://github.com/vim/vim/commit/30445cb6e94698d212ba866ef3e4022ac625540a --- 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 19062be730..f644b9f39b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -434,7 +434,7 @@ static int included_patches[] = { // 2009, // 2008, 2007, - // 2006, + 2006, 2005, // 2004 NA // 2003 NA -- cgit