瀏覽代碼

Turn off italics for terms corrected #47

Pavel Pertsev 11 年之前
父節點
當前提交
cbe381d0d2
共有 1 個文件被更改,包括 5 次插入1 次删除
  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