commit | 9e60e899ee546a8a35c4cbe0319971719c1839e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 15:40:58 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 15:40:58 2021 +0200 |
tree | 4126ed67ce70ed34c5f857acea53ab21ce4374e7 | |
parent | 0894e0d8087aad4d467fd7b3d87b1930fe661916 [diff] [blame] |
patch 8.2.3165: Vim9: in a || expression the error line number may be wrong Problem: Vim9: in a || expression the error line number may be wrong. Solution: Save and restore the line number when checking the type. (closes #8569)
diff --git a/src/version.c b/src/version.c index 9d355c8..ba8362b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3165, +/**/ 3164, /**/ 3163,