commit | 25f40af9d2f04d18c8a276249f2794e83aa5c290 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 11:35:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 11:35:28 2022 +0100 |
tree | 211120fc59c884678f5d27233a85af3401452c83 | |
parent | 5ac4b1a24e3ba52698a0d24b22cdd2e1c7895417 [diff] [blame] |
patch 9.0.0150: error for using #{ in an expression is a bit confusing Problem: Error for using #{ in an expression is a bit confusing. Solution: Mention that this error is only given for an expression. Avoid giving the error more than once. (closes #10855)
diff --git a/src/version.c b/src/version.c index acecc11..27d269e 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 150, +/**/ 149, /**/ 148,