mirror of
https://github.com/vim/vim.git
synced 2026-04-04 11:16:05 +02:00
Limit heredoc matches to assignment statements. Matching these at the top level is very slow. closes: #17473 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>