mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
12f6f20552
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: #19847 closes: #19849 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>