summaryrefslogtreecommitdiff
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 361ecb126..4c78ff11c 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -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