Merge #4633: support "special" highlight (undercurl)

Closes #2040
Closes #3370
This commit is contained in:
Justin M. Keyes
2016-05-19 22:16:59 -04:00
12 changed files with 161 additions and 26 deletions

View File

@@ -504,6 +504,7 @@ EXTERN int cterm_normal_fg_bold INIT(= 0);
EXTERN int cterm_normal_bg_color INIT(= 0);
EXTERN RgbValue normal_fg INIT(= -1);
EXTERN RgbValue normal_bg INIT(= -1);
EXTERN RgbValue normal_sp INIT(= -1);
EXTERN int autocmd_busy INIT(= FALSE); /* Is apply_autocmds() busy? */
EXTERN int autocmd_no_enter INIT(= FALSE); /* *Enter autocmds disabled */