1
0
forked from aniani/vim

patch 8.1.1340: attributes from 'cursorline' overwrite textprop

Problem:    Attributes from 'cursorline' overwrite textprop.
Solution:   Combine the attributes. (closes #3912)
This commit is contained in:
Bram Moolenaar
2019-05-17 13:05:07 +02:00
parent dabfde04fe
commit bfd451283f
5 changed files with 10 additions and 7 deletions

View File

@@ -11,10 +11,7 @@
* Text properties implementation. See ":help text-properties".
*
* TODO:
* - When using 'cursorline' attributes should be merged. (#3912)
* - Adjust text property column and length when text is inserted/deleted.
* -> splitting a line can create a zero-length property. Don't highlight it
* and extend it when inserting text.
* -> a :substitute with a multi-line match
* -> join two lines, also with BS in Insert mode
* -> search for changed_bytes() from misc1.c