mirror of
https://github.com/neovim/neovim.git
synced 2026-04-06 07:38:31 +00:00
Request less backtracking to function-name candidates for
nonlinear patterns with any regexp engine BUT force using
the old engine with these patterns to avoid incurring an
additional penalty, according to ":syntime report", when the
new regexp engine is preferred.
fixes: vim/vim#19847
closes: vim/vim#19849
12f6f20552
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>