summaryrefslogtreecommitdiff
path: root/test/highlight/replace-multiline-range-pulls-new-lines/script
AgeCommit message (Collapse)Author
2025-06-23Expand highlighting testsMaxime Coste
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
Add support for a third color in face definition that controls the underline and a 'c' attribute for curly underline (that takes precedence over 'u' if both are specified) Allow empty colors to mean default, so that `,,red+u` means the same as `default,default,red+u` Fixes #4138
2020-04-27Support multi-line replace-rangesMaxime Coste
This likely has lots of rough edges, but should be an initial proof of concept to support folding.