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
|
let g:gruvbox_invert_indent_guides=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists('g:gruvbox_contrast')
|
if exists('g:gruvbox_contrast')
|
||||||
let g:gruvbox_contrast='medium'
|
|
||||||
else
|
|
||||||
echo 'g:gruvbox_contrast is deprecated; use g:gruvbox_contrast_light and g:gruvbox_contrast_dark instead'
|
echo 'g:gruvbox_contrast is deprecated; use g:gruvbox_contrast_light and g:gruvbox_contrast_dark instead'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user