vim-patch:8.0.1238: incremental search only shows one match

Problem:    Incremental search only shows one match.
Solution:   When 'incsearch' and and 'hlsearch' are both set highlight all
            matches. (haya14busa, closes vim/vim#2198)
2e51d9a097
This commit is contained in:
Jan Edmund Lazo
2019-06-28 23:46:50 -04:00
parent 805d6e450a
commit bddc4dc0ed

View File

@@ -1,5 +1,7 @@
" Test for the search command " Test for the search command
source shared.vim
func Test_search_cmdline() func Test_search_cmdline()
" See test/functional/legacy/search_spec.lua " See test/functional/legacy/search_spec.lua
throw 'skipped: Nvim does not support test_override()' throw 'skipped: Nvim does not support test_override()'