commit | ce93d162da8de2419c15b63286e2f72a8fe3bf2d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 21:12:34 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 21:12:34 2023 +0000 |
tree | c71709142faa5d59491146cd89733016bc93217a | |
parent | b8bebd0cd78679162228ee08265c9a5b3a409e1c [diff] [blame] |
patch 9.0.1266: error for space before ": type" is inconsistent Problem: Error for space before ": type" is inconsistent. Solution: Give E1059 in more places. (closes #11868)
diff --git a/src/version.c b/src/version.c index 24a2770..dcf223e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1266, +/**/ 1265, /**/ 1264,