Problem: tests: fuzzy buffer name completion test doesn't match
successfully (after 9.1.1627).
Solution: Update the pattern to account for change in case sensitivity.
From the updates docs: case is ignored if the pattern is all lower case.
https://github.com/vim/vim/pull/17992
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@zeertzjq pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
@zeertzjq commented on this pull request.
In src/testdir/test_search_stat.vim:
> @@ -492,6 +492,7 @@ endfunc func Test_search_stat_option() " Asan causes wrong results, because the search times out CheckNotAsan + let g:test_is_flaky = 1
This test still sometimes fails (e.g. https://github.com/vim/vim/actions/runs/16919563215/job/47941992737), so mark it as flaky.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.