commit | e4db17fb6e2d029aa2dddfca703ace9bcf0d85fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 21:19:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 21:19:43 2021 +0200 |
tree | 8e74fd7a45bdc270a77992cc04293ee0c5a6b8de | |
parent | 0d4d9ee9bb18f89d76c67f037baebe2c2db545f0 [diff] [blame] |
patch 8.2.3271: Vim9: cannot use :command or :au with block in :def function Problem: Vim9: cannot use :command or :au with a block in a :def function. Solution: Recognize the start of the block.
diff --git a/src/version.c b/src/version.c index 3f22663..de4d26b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3271, +/**/ 3270, /**/ 3269,