diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-22 18:36:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-22 18:36:32 +0100 |
commit | 0c6ceaf90389b41545d803458c4813013811c756 (patch) | |
tree | 885e0983a420271d5d98b58e7669252d972f8bd5 /src/version.c | |
parent | 8b430b4c1df74bde757a7e5ee0ee2854fdad6472 (diff) | |
download | vim-git-0c6ceaf90389b41545d803458c4813013811c756.tar.gz |
patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298
Problem: Vim9 script: cannot start command with a string constant.
Solution: Recognize expression starting with '('.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index aa9ff36fa..d889ce7e8 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 298, +/**/ 297, /**/ 296, |