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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user