mirror of
https://github.com/zoriya/vim.git
synced 2026-05-16 04:42:13 +00:00
fda3729a06
Problem: With some regexp patterns the NFA engine uses many states and
becomes very slow. To the user it looks like Vim freezes.
Solution: When the number of states reaches a limit fall back to the old
engine. (Christian Brabandt)