mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
vim-patch:9.1.1506: tests: missing cleanup in Test_search_cmdline_incsearch_highlight() (#34748)
Problem: tests: missing cleanup test_override('char_avail', 0) in
Test_search_cmdline_incsearch_highlight().
Solution: Add the missing cleanup (zeertzjq).
closes: vim/vim#17655
29b29c6b30
This commit is contained in:
@ -794,6 +794,7 @@ func Test_search_cmdline_incsearch_highlight()
|
||||
|
||||
" clean up
|
||||
set noincsearch nohlsearch
|
||||
call test_override("char_avail", 0)
|
||||
bw!
|
||||
endfunc
|
||||
|
||||
|
Reference in New Issue
Block a user