comparison runtime/doc/textprop.txt @ 29607:33d7c1fa2dac v9.0.0144

patch 9.0.0144: text property cannot override 'cursorline' highlight Commit: https://github.com/vim/vim/commit/f4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 5 17:05:04 2022 +0100 patch 9.0.0144: text property cannot override 'cursorline' highlight Problem: Text property cannot override 'cursorline' highlight. Solution: Add the "override" flag to prop_type_add(). (closes https://github.com/vim/vim/issues/5533, closes #8225).
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Aug 2022 18:15:08 +0200
parents 4a79bca8a76e
children 2acb87ee55fc
comparison
equal deleted inserted replaced
29606:3e5d197e698e 29607:33d7c1fa2dac
375 will be used; negative values can be used, the 375 will be used; negative values can be used, the
376 default priority is zero 376 default priority is zero
377 combine when omitted or TRUE combine the highlight 377 combine when omitted or TRUE combine the highlight
378 with any syntax highlight; when FALSE syntax 378 with any syntax highlight; when FALSE syntax
379 highlight will not be used 379 highlight will not be used
380 override when TRUE the highlight overrides any other,
381 including 'cursorline' and Visual
380 start_incl when TRUE inserts at the start position will 382 start_incl when TRUE inserts at the start position will
381 be included in the text property 383 be included in the text property
382 end_incl when TRUE inserts at the end position will be 384 end_incl when TRUE inserts at the end position will be
383 included in the text property 385 included in the text property
384 386