commit | f8103f274e828bdc2dcbc4d857f166f25e0a855e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 17:36:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 17:36:27 2020 +0100 |
tree | 1b32ee2924c95ec74e740f8e70c1b62e3f505447 | |
parent | 7cfcd0c99c485a973d8cbff939531e430ad77f55 [diff] [blame] |
patch 8.2.2214: ":e#" does not give a warning for missing white space Problem: ":e#" does not give a warning for missing white space. Solution: Adjust the check for white space. (closes #7545)
diff --git a/src/version.c b/src/version.c index 2a85bb3..ff96523 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2214, +/**/ 2213, /**/ 2212,