commit | 11107bab7ead9124f46a7ddf6aa3bb66b43a8246 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 21:10:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 21:10:16 2020 +0200 |
tree | 113c14273a2c908c44e38d0fde516aa682abd4b4 | |
parent | 3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0 [diff] [blame] |
patch 8.2.1462: Vim9: string slice not supported yet Problem: Vim9: string slice not supported yet. Solution: Add support for string slicing.
diff --git a/src/version.c b/src/version.c index 1353360..febb53b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1462, +/**/ 1461, /**/ 1460,