mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
fix stupid contrast deprecation test #73
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user