mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 21:38:50 +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
(cherry picked from commit eef62e815d)
This commit is contained in:
committed by
github-actions[bot]
parent
b9dbdfef0e
commit
2df746e4e8
@@ -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