mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 03:04:54 +00:00
Use "fromstart" syncing.
Pragment regions are delimited by shared start/end tokens which render
other syncing types largely useless. A sync point located in the middle
of a multiline comment cannot distinguish the end token from a start
token and the erroneously created region runs to EOF.
closes: vim/vim#21032
90a9a8c752
Co-authored-by: Doug Kearns <dougkearns@gmail.com>