commit | 39f3b1411068ff187b4f9f482b2d6b2c1e7a7268 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 12:57:36 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 12:57:36 2021 +0100 |
tree | 7e5d52bcaee7087ff50014d564e33e2d3f873a64 | |
parent | 10ccfb2a17e736ace054b19dc712544b4e961671 [diff] [blame] |
patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places Problem: Vim9: cannot use Vim9 script syntax in some places. Solution: Add the :vim9cmd command modifier. Incompatible: Makes ":vim9" mean ":vim9cmd" instead of ":vim9script".
diff --git a/src/version.c b/src/version.c index 264df9b..c911822 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2511, +/**/ 2510, /**/ 2509,