commit | ccc25aa285498d572a735bba5afd22aec9f605f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 21:27:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 21:27:52 2021 +0100 |
tree | 26e55ec7baa087e398b60f4a59767a7b6edc774a | |
parent | c61cb8bfe1ec2cc50e6edd195cae2a3cd93d6590 [diff] [blame] |
patch 8.2.2660: Vim9: no error for declaration with trailing text Problem: Vim9: no error for declaration with trailing text. Solution: Give an error. (closes #8014)
diff --git a/src/version.c b/src/version.c index 373ec74..f172437 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2660, +/**/ 2659, /**/ 2658,