Explorar o código

fix stupid contrast deprecation test #73

Pavel Pertsev %!s(int64=10) %!d(string=hai) anos
pai
achega
bff2e86054
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      colors/gruvbox.vim

+ 1 - 3
colors/gruvbox.vim

@@ -65,9 +65,7 @@ if !exists('g:gruvbox_invert_indent_guides')
   let g:gruvbox_invert_indent_guides=0
 endif
 
-if !exists('g:gruvbox_contrast')
-  let g:gruvbox_contrast='medium'
-else
+if exists('g:gruvbox_contrast')
   echo 'g:gruvbox_contrast is deprecated; use g:gruvbox_contrast_light and g:gruvbox_contrast_dark instead'
 endif