From 4174838e19e82bed320e628950146473acf23e3b Mon Sep 17 00:00:00 2001 From: thinca Date: Sun, 21 Jan 2018 15:05:30 +0900 Subject: [PATCH] Remove unnecessary autocmd --- colors/gruvbox.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 33e5763d..a0c2c0ba 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -688,8 +688,8 @@ hi! link EasyMotionShade Comment " }}} " Sneak: {{{ -autocmd ColorScheme gruvbox hi! link Sneak Search -autocmd ColorScheme gruvbox hi! link SneakLabel Search +hi! link Sneak Search +hi! link SneakLabel Search " }}} " Indent Guides: {{{