commit | 9a562c184d98d82bb7506caf2071cfe15a92fa43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 13:39:14 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 13:39:14 2021 +0100 |
tree | a88dbd515d2b8dca397912fc230573b0ed0f5c5f | |
parent | 9ae3705b6ebd45086ca13c0f93a93f943559bd15 [diff] [blame] |
patch 8.2.2395: Vim9: error for wrong type may report wrong line number Problem: Vim9: error for wrong type may report wrong line number. Solution: Save and restore the line number when evaluating the expression. (closes #7727)
diff --git a/src/version.c b/src/version.c index 63fc0b3..7942e74 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2395, +/**/ 2394, /**/ 2393,