commit | b8e642f7ace5382b4dacb7a8effd86f22b828cc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 10:38:25 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 10:38:25 2021 +0000 |
tree | c4b232393cacf2583f7c0ec88c17e2f60710f56a | |
parent | 2de9b7c7c8791da8853a9a7ca9c467867465b655 [diff] [blame] |
patch 8.2.3626: "au! event" cannot be followed by another command Problem: "au!" and "au! event" cannot be followed by another command as documented. Solution: When a bar is found set nextcmd.
diff --git a/src/version.c b/src/version.c index 8e84cbb..c54307e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3626, +/**/ 3625, /**/ 3624,