commit | d4a9b7f61475f3166cce92b0bad748e8c1eb51fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 23 14:48:42 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 23 14:48:42 2023 +0100 |
tree | da56f891ef709f7fb3293607bc1cf98b697f54a1 | |
parent | 50809a45ebde327cb6fdcc727d7466e926aed713 [diff] [blame] |
patch 9.0.1573: error for function name has wrong line number Problem: Error for function name has wrong line number. Solution: Set the line number before giving the error.
diff --git a/src/version.c b/src/version.c index 0d0099c..c07afca 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1573, +/**/ 1572, /**/ 1571,