aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-01-09 08:41:45 +0800
committerlonerover <pathfinder1644@yahoo.com>2017-01-09 10:58:05 +0800
commit7486e7586d94c85f04e50ac7429acedc80f9da2f (patch)
tree98eed120b9e25c9b6c5ed1244077a4fac4dad5b5 /src/nvim/version.c
parentf5d06c52a24b512fe555a548360a8393e70007a3 (diff)
downloadrneovim-7486e7586d94c85f04e50ac7429acedc80f9da2f.tar.gz
rneovim-7486e7586d94c85f04e50ac7429acedc80f9da2f.tar.bz2
rneovim-7486e7586d94c85f04e50ac7429acedc80f9da2f.zip
vim-patch:7.4.2117
Problem: Deleting an augroup that still has autocmds does not give a warning. The next defined augroup takes its place. Solution: Give a warning and prevent the index being used for another group name. https://github.com/vim/vim/commit/f2c4c391192cab6e923b1a418d4af09106fba25f
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 f1ea69c30e..260e4c743e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -323,7 +323,7 @@ static int included_patches[] = {
// 2120,
// 2119,
// 2118 NA
- // 2117,
+ 2117,
// 2116 NA
// 2115 NA
// 2114 NA