mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
Problem: The maximum search count uses a hard-coded value of 99 (Andres Monge, Joschua Kesper) Solution: Make it configurable using the 'maxsearchcount' option. related: #8855 fixes: #17527 closes: #17695 Signed-off-by: Christian Brabandt <cb@256bit.org>