commit | e55b1c098d9dc04c960e6575bb554b5130af8989 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 15:52:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 15:52:59 2020 +0200 |
tree | 5c2825d93f3b76f1ba87603b062585c72df02131 | |
parent | 820ffa567c5a4bc0d3517c79c91d63d8062c358e [diff] [blame] |
patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable Problem: Vim9: no error for declaring buffer, window, etc. variable. Solution: Give an error. Unify the error messages.
diff --git a/src/version.c b/src/version.c index b786591..77fdac1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1028, +/**/ 1027, /**/ 1026,