commit | 96cf4ba8fb96e5778192d2dab7458b9a7da0a49d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 14:15:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 14:15:41 2021 +0200 |
tree | 13f60474468dc98fcfd1173a94d3614b438e1278 | |
parent | 7ba1e4d363164e32a93cceab64b42e8c6d89e9f3 [diff] [blame] |
patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script Problem: Vim9: cannot use legacy syntax in Vim9 script. Solution: Add the :legacy command.
diff --git a/src/version.c b/src/version.c index c5c3fee..4c266ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2805, +/**/ 2804, /**/ 2803,