Explorar el Código

handle TERM_ITALICS variable

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

+ 1 - 1
colors/gruvbox.vim

@@ -29,7 +29,7 @@ if !exists('g:gruvbox_bold')
 	let g:gruvbox_bold=1
 endif
 if !exists('g:gruvbox_italic')
-	if has("gui_running")
+	if has('gui_running') || $TERM_ITALICS == 'true'
 		let g:gruvbox_italic=1
 	else
 		let g:gruvbox_italic=0