Skip to content

Commit

Permalink
Merge pull request #221 from thinca/remove-autocmd
Browse files Browse the repository at this point in the history
Remove unnecessary autocmd
  • Loading branch information
morhetz committed Feb 25, 2018
2 parents 16504d3 + 4174838 commit cb4e7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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: {{{
Expand Down

0 comments on commit cb4e7a5

Please sign in to comment.