commit | c0913d023b8bb728e9832727fe1657dbddf685d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 14:44:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 14:44:37 2020 +0100 |
tree | 0a2e85c7ef9ef606f90145b3642295f6234778c4 | |
parent | 2d870f8d9ebad22d32799d0d0ee30943d0a0e49d [diff] [blame] |
patch 8.2.2093: Vim9: script test sometimes fails Problem: Vim9: script test sometimes fails. Solution: Do not find a script variable by its typval if the name was cleared.
diff --git a/src/version.c b/src/version.c index 6f242ff..b28638b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2093, +/**/ 2092, /**/ 2091,