commit | 0c6ceaf90389b41545d803458c4813013811c756 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 18:36:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 18:36:32 2020 +0100 |
tree | 885e0983a420271d5d98b58e7669252d972f8bd5 | |
parent | 8b430b4c1df74bde757a7e5ee0ee2854fdad6472 [diff] [blame] |
patch 8.2.0298: Vim9 script: cannot start command with a string constant Problem: Vim9 script: cannot start command with a string constant. Solution: Recognize expression starting with '('.
diff --git a/src/version.c b/src/version.c index aa9ff36..d889ce7 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 298, +/**/ 297, /**/ 296,