]> granicus.if.org Git - vim/commit
patch 8.1.1276: cannot combine text properties with syntax highlighting v8.1.1276
authorBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 13:48:00 +0000 (15:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 13:48:00 +0000 (15:48 +0200)
commitde24a8701328b1cce7cad0ee11b415369b482420
tree9b5cef424fb7aafb173240dfc41e6d62afdeb3d0
parentcf6a55c4b0cbf38b0c3fbed5ffd9a3fd0d2ede0e
patch 8.1.1276: cannot combine text properties with syntax highlighting

Problem:    Cannot combine text properties with syntax highlighting.
Solution:   Add the "combine" field to prop_type_add(). (closes #4343)
runtime/doc/eval.txt
runtime/doc/textprop.txt
src/screen.c
src/structs.h
src/testdir/test_textprop.vim
src/version.c