Fix for vim-sneak

This commit is contained in:
Pavel Pertsev
2017-08-12 03:21:55 +03:00
parent f06fe7f2ed
commit c55b2b8a6b

View File

@@ -660,10 +660,8 @@ hi! link EasyMotionShade Comment
" }}}
" Sneak: {{{
hi! link SneakPluginTarget Search
hi! link SneakStreakTarget Search
call s:HL('SneakStreakMask', s:yellow, s:yellow)
hi! link SneakStreakStatusLine Search
autocmd ColorScheme * hi! link Sneak Search
autocmd ColorScheme * hi! link SneakLabel Search
" }}}
" Indent Guides: {{{