commit | 1d634542cf5ebcd1d5d83bd124b3e1d5e7c96c58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 18 13:41:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 18 13:41:50 2020 +0200 |
tree | dd6ddcf92dd58de13a7e4ca9c12854ae449cb8a9 | |
parent | 558813314d63dd0263a7a86c0496c1e89b5c8cba [diff] [blame] |
patch 8.2.1479: Vim9: error for list index uses wrong line number Problem: Vim9: error for list index uses wrong line number. Solution: Set source line number. (closes #6724) Add a way to assert the line number of the error with assert_fails().
diff --git a/src/version.c b/src/version.c index b17bcd2..e8eb852 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1479, +/**/ 1478, /**/ 1477,