commit | 5c80908ced601be6db7554a147cdb0f98ac8daa1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 16:21:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 16:21:48 2016 +0200 |
tree | 1a569dd71db8795b0fe21f661c9623946b12a8ef | |
parent | 04c4ce650f9e533cd35b2aa6803f4d354d3ec7aa [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a3ba5cc..7bf6d7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2300, +/**/ 2299, /**/ 2298,