diff src/textprop.c @ 16676:79c5f723bb5d v8.1.1340

patch 8.1.1340: attributes from 'cursorline' overwrite textprop commit https://github.com/vim/vim/commit/bfd451283f8c37926f4b0aa22b74b534bd84e482 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 17 13:05:07 2019 +0200 patch 8.1.1340: attributes from 'cursorline' overwrite textprop Problem: Attributes from 'cursorline' overwrite textprop. Solution: Combine the attributes. (closes https://github.com/vim/vim/issues/3912)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 May 2019 13:15:05 +0200
parents 5733d8e33bce
children 6f453673eb19
line wrap: on
line diff
--- 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