commit | cd030c4b604bea92311e9c418aefe5143dee9201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 21:49:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 21:49:40 2020 +0100 |
tree | 2583b67a59c27bbd97896dee0edcd31f07009ae2 | |
parent | d66960bf578410e83ef96ad2f4206b26a139d817 [diff] [blame] |
patch 8.2.1928: Vim9: "silent!" not effective when list index is wrong Problem: Vim9: "silent!" not effective when list index is wrong. Solution: Ignore list indes failure when emsg_silent is set. (closes #7232)
diff --git a/src/version.c b/src/version.c index be975a7..6504046 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1928, +/**/ 1927, /**/ 1926,