]> granicus.if.org Git - vim/commit
patch 8.1.1992: the search stat moves when wrapping at the end of the buffer v8.1.1992
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Sep 2019 18:40:21 +0000 (20:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Sep 2019 18:40:21 +0000 (20:40 +0200)
commit16b58ae9f36e9675c34d942f5d5f8c8a7914dbc4
tree53e3c0679e9e7dca03ebbcf121081db6e5e206bf
parent6f72e90dd843a7342395b31f31c2073a3859869d
patch 8.1.1992: the search stat moves when wrapping at the end of the buffer

Problem:    The search stat moves when wrapping at the end of the buffer.
Solution:   Put the "W" in front instead of at the end.
src/search.c
src/testdir/test_search_stat.vim
src/version.c