commit | 7cfcd0c99c485a973d8cbff939531e430ad77f55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 16:11:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 16:11:53 2020 +0100 |
tree | 0bb0711871397386dadd643eb28098f3386729be | |
parent | c754b4cc98253e1935d3ea5790bc60869c7bc091 [diff] [blame] |
patch 8.2.2213: checking white space around -> is not backwards compatible Problem: Checking white space around -> is not backwards compatible. Solution: Only check white space around =>.
diff --git a/src/version.c b/src/version.c index 75a1e4b..2a85bb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2213, +/**/ 2212, /**/ 2211,