Quellcode durchsuchen

Turn off italics for terms corrected #47

Pavel Pertsev vor 11 Jahren
Ursprung
Commit
cbe381d0d2
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      colors/gruvbox.vim

+ 5 - 1
colors/gruvbox.vim

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