mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01: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
|
" clean up
|
||||||
set noincsearch nohlsearch
|
set noincsearch nohlsearch
|
||||||
|
call test_override("char_avail", 0)
|
||||||
bw!
|
bw!
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user