From a584375e9ffa3804077ec8cedfe8b090c1c11f7a Mon Sep 17 00:00:00 2001 From: lonerover Date: Mon, 9 Jan 2017 12:15:10 +0800 Subject: 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 --- 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 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 -- cgit