]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1771: synIDattr() cannot get the value of ctermul v8.2.1771
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 18:59:17 +0000 (20:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 18:59:17 +0000 (20:59 +0200)
commit391c36279415d0b8c5dba1ba11b668add04be963
tree963cacdf2fa296fba4e1e3c1a52e0b9d0dad5a08
parentd569a9e74684cd17f9cea63e804281388728e513
patch 8.2.1771: synIDattr() cannot get the value of ctermul

Problem:    synIDattr() cannot get the value of ctermul.
Solution:   Add the "ul" value for "what". (closes #7037)
runtime/doc/eval.txt
src/evalfunc.c
src/highlight.c
src/testdir/test_highlight.vim
src/version.c