commit | 90a57168a42048eb7e176a4f9acf607c31e8074f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 14:23:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 14:23:17 2022 +0000 |
tree | 1997add63d75232b28f2329994aef53a4eabf0a7 | |
parent | 2a9b62dfa2fb91a6ede9cb4d146ca47a1db31254 [diff] [blame] |
patch 8.2.4358: Vim9: line number of exception is not set Problem: Vim9: line number of exception is not set. Solution: Set the line number before throwing an exception. (closes #9755)
diff --git a/src/version.c b/src/version.c index 7e5d18f..636757c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4358, +/**/ 4357, /**/ 4356,