commit | 30445cb6e94698d212ba866ef3e4022ac625540a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 15:21:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 15:21:02 2016 +0200 |
tree | 70ded697cac9ceb7da59dcb6ab3b706e90c9dc1c | |
parent | ee1deb4a00f39f133558321ec535354497f490c8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a326ecb..89e8c7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2006, +/**/ 2005, /**/ 2004,