commit | 73b8b0ae3acac220e823076f8ca1c14524ed96dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 14:52:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 14:52:32 2021 +0200 |
tree | 0b9157946ccfc3a56e621e7e271c97207817a801 | |
parent | 6db660bed9ed5063f8c6e0fadeef32d44bbd017d [diff] [blame] |
patch 8.2.3268: cannot use a block with :autocmd like with :command Problem: Cannot use a block with :autocmd like with :command. Solution: Add support for a {} block after :autocmd. (closes #8620)
diff --git a/src/version.c b/src/version.c index 962f002..b5173e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3268, +/**/ 3267, /**/ 3266,