commit | f87dac04c351583241ea1c4ec4228516431e6f22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 17:53:40 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 17:53:40 2021 +0000 |
tree | 4e864b4a90588f717836f0b34cd6e628e3c1d3c5 | |
parent | 1821d1498ca57dc3f7a21767c253a778d9b113fb [diff] [blame] |
patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmd Problem: Vim9: Not using NL as command end does not work for :autocmd. Solution: Only ignore NL for commands with an expression argument.
diff --git a/src/version.c b/src/version.c index 1b83685..e9836ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3817, +/**/ 3816, /**/ 3815,