commit | 2596a4e763e11eb8e406f262cb72fd2b39461572 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 21:35:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 21:35:40 2021 +0200 |
tree | ab7c8ca904bc2262bc7a4c80e57489fbcf07b43e | |
parent | 6aa57295cfbe8f21c15f0671e45fd53cf990d404 [diff] [blame] |
patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd" Problem: Vim9: no error for using "." for concatenation after ":vim9cmd". (Naohiro Ono) Solution: Check for Vim9 script syntax. (closes #8756)
diff --git a/src/version.c b/src/version.c index b649014..a2a229b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3346, +/**/ 3345, /**/ 3344,