commit | 921ba529266c8dfc0809d41e1f084e26d25fffb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 29 22:25:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 29 22:25:05 2021 +0200 |
tree | cb94b6a454f4a22cef0ecf516996a000b61ed11d | |
parent | 77ab4e28a26a92628bc85cd580c1bfa2b6230be6 [diff] [blame] |
patch 8.2.3248: Vim9: error message for wrong input uses wrong line number Problem: Vim9: error message for wrong input uses wrong line number. Solution: Use the line number of the start of the command. (issue #8653)
diff --git a/src/version.c b/src/version.c index c120a2b..9510569 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3248, +/**/ 3247, /**/ 3246,