commit | eda29c971c0592d85c5856da7708f3edfdc54cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 12:59:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 12:59:00 2022 +0100 |
tree | f37f04d2c98fd585635f0c8e751e4827d6ff8d11 | |
parent | b393275ae91eb9a8df7a9a611bd75590db9b22db [diff] [blame] |
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature Problem: Syntax of commands in Vim9 script depends on +eval feature. Solution: Use same syntax with and without the +eval feature.
diff --git a/src/version.c b/src/version.c index 2534e06..7c8be05 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 637, +/**/ 636, /**/ 635,