commit | d0fe620cbbf5f5e00446efa89893036265c5c302 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 17:11:12 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 17:11:12 2020 +0100 |
tree | 284d0046b8738f9ab05bdf2bf2c44d1a0a1db676 | |
parent | c0913d023b8bb728e9832727fe1657dbddf685d0 [diff] [blame] |
patch 8.2.2094: when an expression fails getting next command may be wrong Problem: When an expression fails getting the next command may be wrong. Solution: Do not check for a next command after :eval fails. (closes #7415)
diff --git a/src/version.c b/src/version.c index b28638b..a0bf936 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2094, +/**/ 2093, /**/ 2092,