diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-01-09 12:15:10 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-01-09 12:23:25 +0800 |
commit | a584375e9ffa3804077ec8cedfe8b090c1c11f7a (patch) | |
tree | 00fa5b2438ed460d71ec4d7e4ae648db19364ac9 /src/nvim/version.c | |
parent | f8f04350bd07bc0f3e6f618bc6c8ff4d7ce3d5ac (diff) | |
download | rneovim-a584375e9ffa3804077ec8cedfe8b090c1c11f7a.tar.gz rneovim-a584375e9ffa3804077ec8cedfe8b090c1c11f7a.tar.bz2 rneovim-a584375e9ffa3804077ec8cedfe8b090c1c11f7a.zip |
vim-patch:7.4.2314
Problem: No error when deleting an augroup while it's the current one.
Solution: Disallow deleting an augroup when it's the current one.
https://github.com/vim/vim/commit/de653f08805dde14424d417502a0480a6ad292f8
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 2d5f2437de..f34473098c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -126,7 +126,7 @@ static int included_patches[] = { // 2317, // 2316 NA // 2315, - // 2314, + 2314, 2313, 2312, // 2311 NA |