commit | b8ba9b919708f44b718c17f1fec85b1df8050a17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 18:54:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 18:54:34 2021 +0100 |
tree | 190e855888a18be913173b5eab36772e9cb15f72 | |
parent | 5178b1b02fc96f42d62199a4be9184c2aea8a49a [diff] [blame] |
patch 8.2.2265: error message for missing endfunc/enddef is last line Problem: Error message for missing endfunc/enddef is last line. Solution: Report the line where the function starts. (closes #7582)
diff --git a/src/version.c b/src/version.c index 3fc3c01..770c1c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2265, +/**/ 2264, /**/ 2263,