aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorrover <pathfinder2013@126.com>2017-01-07 22:56:51 +0800
committerrover <pathfinder2013@126.com>2017-01-08 21:00:48 +0800
commit888cdce3aa70c5800916b0d54ab40e8ac01d704a (patch)
treee4f6bd2f7956ad76e2e46e5be3878e90c43ea555 /src/nvim/version.c
parentb4c0c61f5caa22962ba94981dece4be8bf8a2c26 (diff)
downloadrneovim-888cdce3aa70c5800916b0d54ab40e8ac01d704a.tar.gz
rneovim-888cdce3aa70c5800916b0d54ab40e8ac01d704a.tar.bz2
rneovim-888cdce3aa70c5800916b0d54ab40e8ac01d704a.zip
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
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