0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.2.389

Problem:    synIDattr() cannot return the font.
Solution:   Support the "font" argument. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2010-03-10 13:43:49 +01:00
parent 66ca320d9e
commit 12682fda7a
4 changed files with 22 additions and 5 deletions

View File

@@ -16627,7 +16627,7 @@ f_synIDattr(argvars, rettv)
p = highlight_has_attr(id, HL_BOLD, modec);
break;
case 'f': /* fg[#] */
case 'f': /* fg[#] or font */
p = highlight_color(id, what, modec);
break;