commit | 3f74c0ab32de7ed17dd16d9b06f5455a0bb1c297 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 18:12:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 18:12:06 2022 +0100 |
tree | 9e625386219dc1f5503d7e9a6a7e3ae75a9d2e17 | |
parent | db9b96d84491131460e5876fe21b9bbc58c73ed7 [diff] [blame] |
patch 9.0.0156: giving E1170 only in an expression is confusing Problem: Giving E1170 only in an expression is confusing. Solution: Give E1170 for any "#{ comment". (closes #10855)
diff --git a/src/version.c b/src/version.c index b75d722..196f3e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 156, +/**/ 155, /**/ 154,