commit | 7cb6fc29d067ed97c0b0c1d2d5767125ef9ae1ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 21 22:36:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 21 22:36:47 2020 +0200 |
tree | a5307e1932b80df92df373384835b4c90b6db628 | |
parent | 81e17fbe00fd2ed93b262adc3ba41c86b02e7f46 [diff] [blame] |
patch 8.2.1504: Vim9: white space checks are only done for a :def function Problem: Vim9: white space checks are only done for a :def function. Solution: Also do checks at the script level. Adjust the name of a few error messages.
diff --git a/src/version.c b/src/version.c index fe2a7ad..6773a88 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1504, +/**/ 1503, /**/ 1502,