]> granicus.if.org Git - vim/commit
patch 9.0.1092: search error message doesn't show used pattern v9.0.1092
authorRob Pilling <robpilling@gmail.com>
Fri, 23 Dec 2022 19:06:04 +0000 (19:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Dec 2022 19:06:04 +0000 (19:06 +0000)
commite86190e7c1297da29d0fc2415fdeca5ecae8d2ba
treeaf6d793030ca6c8c5f785d30b0637b910cb6fde2
parentf54cedd6763e7727b4bfaeb34bb7c365a17675eb
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)
src/ex_cmds.c
src/proto/search.pro
src/search.c
src/testdir/test_global.vim
src/version.c