diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-01-09 11:00:56 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-01-09 11:06:11 +0800 |
commit | 6f285226a9cc0e24bcb77a3213035cd26170ddb4 (patch) | |
tree | 40ed55c9147e701ebf3aa49902bc9d1b92bee258 /src/nvim/version.c | |
parent | 7486e7586d94c85f04e50ac7429acedc80f9da2f (diff) | |
download | rneovim-6f285226a9cc0e24bcb77a3213035cd26170ddb4.tar.gz rneovim-6f285226a9cc0e24bcb77a3213035cd26170ddb4.tar.bz2 rneovim-6f285226a9cc0e24bcb77a3213035cd26170ddb4.zip |
vim-patch:7.4.2300
Problem: Get warning for deleting autocommand group when the autocommand
using the group is scheduled for deletion. (Pavol Juhas)
Solution: Check for deleted autocommand.
https://github.com/vim/vim/commit/5c80908ced601be6db7554a147cdb0f98ac8daa1
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 260e4c743e..93d72a9b0a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -140,7 +140,7 @@ static int included_patches[] = { // 2303, // 2302 NA // 2301 NA - // 2300, + 2300, // 2299, // 2298 NA // 2297 NA |