mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 05:55:41 +00:00
as well as copy_text_attr, text_to_screenline. Display of folded line is now done via win_line, which reduces code deduplication. As fold_line was a trimmed down version of win_line, this change brings new features such CursorLineNr highighting even on folded line, as well as CursorLine highlighting.