commit | e86190e7c1297da29d0fc2415fdeca5ecae8d2ba | [log] [tgz] |
---|---|---|
author | Rob Pilling <robpilling@gmail.com> | Fri Dec 23 19:06:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 19:06:04 2022 +0000 |
tree | af6d793030ca6c8c5f785d30b0637b910cb6fde2 | |
parent | f54cedd6763e7727b4bfaeb34bb7c365a17675eb [diff] [blame] |
patch 9.0.1092: search error message doesn't show used pattern Problem: Search error message doesn't show used pattern. Solution: Pass the actually used pattern to where the error message is given. (Rob Pilling, closes #11742)
diff --git a/src/version.c b/src/version.c index 5679588..53f0001 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1092, +/**/ 1091, /**/ 1090,