commit | 6601b62943a19d4f8818c3638440663d67a17b6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 13 21:47:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 13 21:47:15 2021 +0100 |
tree | ec8681cc9c635a6cb05eb30b4e1d7eb88a46dcf2 | |
parent | c423ad77ed763c11ba67729bbf63c1cf0915231f [diff] [blame] |
patch 8.2.2344: using inclusive index for slice is not always desired Problem: Using inclusive index for slice is not always desired. Solution: Add the slice() method, which has an exclusive index. (closes #7408)
diff --git a/src/version.c b/src/version.c index 07df2f3..dc1b752 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2344, +/**/ 2343, /**/ 2342,