mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
Problem: Cached searchcount() returns 'maxsearchcount' instead of the
requested maxcount.
Solution: return the remembered last_maxcount (glepnir)
closes: vim/vim#20701
4352dc6ab0
Co-authored-by: glepnir <glephunter@gmail.com>