commit | ed5918771fcf9877d8445e74c62ab1ce6b8e28c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 22:14:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 22:14:53 2020 +0200 |
tree | 6b2c25678e1d0b606ad7e6b82d2d6528b6b86be8 | |
parent | 11107bab7ead9124f46a7ddf6aa3bb66b43a8246 [diff] [blame] |
patch 8.2.1463: Vim9: list slice not supported yet Problem: Vim9: list slice not supported yet. Solution: Add support for list slicing.
diff --git a/src/version.c b/src/version.c index febb53b..864c14b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1463, +/**/ 1462, /**/ 1461,