patch 9.1.1506: tests: missing cleanup in Test_search_cmdline_incsearch_highlight()
Commit: https://github.com/vim/vim/commit/29b29c6b303c891fa32ac14b0317fa4a342e0418 Author: zeertzjq <zeert...@outlook.com> Date: Thu Jul 3 20:02:02 2025 +0200 patch 9.1.1506: tests: missing cleanup in Test_search_cmdline_incsearch_highlight() Problem: tests: missing cleanup test_override('char_avail', 0) in Test_search_cmdline_incsearch_highlight(). Solution: Add the missing cleanup (zeertzjq). closes: #17655 Signed-off-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/testdir/test_search.vim b/src/testdir/test_search.vim index 8ec513e03..446d5ecd3 100644 --- a/src/testdir/test_search.vim +++ b/src/testdir/test_search.vim @@ -843,6 +843,7 @@ func Test_search_cmdline_incsearch_highlight() " clean up set noincsearch nohlsearch + call test_override("char_avail", 0) bw! endfunc diff --git a/src/version.c b/src/version.c index 48d9a44fe..d5a882da6 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1506, /**/ 1505, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uXOSj-001Dhr-Au%40256bit.org.