commit | f48b2fa33cda94e963f6fa8b78f344385c9ebea6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 12 22:02:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 12 22:02:36 2021 +0200 |
tree | e65e350985a0baf3870a1a9567d02bd6d8e90734 | |
parent | 68452177ca4cda4a9d5f93892e437447cf9404c8 [diff] [blame] |
patch 8.2.2758: Vim9: wrong line number for autoload function with wrong name Problem: Vim9: wrong line number for autoload function with wrong name. Solution: Set and restore SOURCING_LNUM. (closes #8100)
diff --git a/src/version.c b/src/version.c index 3728f32..4e61210 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2758, +/**/ 2757, /**/ 2756,