Explorar el Código

Add italic for TODO group #70

Pavel Pertsev hace 10 años
padre
commit
e389a5113f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      colors/gruvbox.vim

+ 1 - 1
colors/gruvbox.vim

@@ -537,7 +537,7 @@ else
 endif
 
 call s:HL('Comment', s:gray, 'NONE', s:italicize_comments)
-call s:HL('Todo', 'fg', 'bg', s:bold)
+call s:HL('Todo', 'fg', 'bg', s:bold . s:italic)
 call s:HL('Error', s:red, 'bg', s:bold . s:inverse)
 
 " Generic statement