]> granicus.if.org Git - vim/commit
patch 8.2.0250: test_clear_search_pat() is unused v8.2.0250
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 21:15:19 +0000 (22:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 21:15:19 +0000 (22:15 +0100)
commit4f5776c17cd86f904a7e2f92db297c73e28939b7
tree6085e8230e216a7d78b99b39d14bd667a45474cf
parent3fb377fa78131004138b22a87afe33eeb7649b94
patch 8.2.0250: test_clear_search_pat() is unused

Problem:    test_clear_search_pat() is unused.
Solution:   Remove the function. (Yegappan Lakshmanan, closes #5624)
12 files changed:
runtime/doc/eval.txt
runtime/doc/testing.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/proto/regexp.pro
src/proto/search.pro
src/proto/testing.pro
src/regexp.c
src/search.c
src/testdir/test_writefile.vim
src/testing.c
src/version.c