commit | 9a963377b4811e4e0419ec8825856ff4b01331ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 21:58:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 21:58:46 2020 +0100 |
tree | 239f319174f46000007c1ebd1ae76797e2fe7531 | |
parent | 60f63100b9bc1d24b7b80c81f43cf2fc3da95987 [diff] [blame] |
patch 8.2.2184: Vim9: no error when using "2" for a line number Problem: Vim9: no error when using "2" for a line number. Solution: Give an error message if the line number is invalid. (closes #7492)
diff --git a/src/version.c b/src/version.c index bebfa11..0575763 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2184, +/**/ 2183, /**/ 2182,