Enable italics in terminal by default.

This commit is contained in:
Lifepillar
2017-11-11 14:03:33 +01:00
parent 0054716399
commit 3d01975ee2
6 changed files with 23 additions and 23 deletions

View File

@@ -222,7 +222,7 @@ endverbatim
# Terminal italic {{{
verbatim
if get(g:, "@optionprefix_term_italics", 0)
if get(g:, "@optionprefix_term_italics", 1)
hi Comment cterm=italic
hi gitcommitComment cterm=italic
hi htmlSpecialTagName cterm=italic