mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +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#1765529b29c6b30
(cherry picked from commiteef62e815d
)
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
|
||||
set noincsearch nohlsearch
|
||||
call test_override("char_avail", 0)
|
||||
bw!
|
||||
endfunc
|
||||
|
||||
|
Reference in New Issue
Block a user