Procházet zdrojové kódy

fix stupid contrast deprecation test #73

Pavel Pertsev před 10 roky
rodič
revize
bff2e86054
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  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