commit | 1b154ea121d8374a129c3e30d50fa9742cd5faa1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 13:59:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 13:59:43 2021 +0200 |
tree | 9bad643f0d8d001108292e7298970937cfdf13d6 | |
parent | 84934998806408db3f3ecff7ac4c3980e0c2a96e [diff] [blame] |
patch 8.2.3306: unexpected "No matching autocommands" Problem: Unexpected "No matching autocommands". Solution: Do not give the message when aborting. Mention the arguments in the message. (closes #8690)
diff --git a/src/version.c b/src/version.c index d111761..652372d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3306, +/**/ 3305, /**/ 3304,