mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 22:51:14 +10:00
Problem: matchaddpos() can get slow when adding many matches.
Solution: Update the next available match ID when manually picking an ID and
remove check if the available ID can be used. (idea by Rick Howe)
9f573a8df0