Fix indent

This commit is contained in:
haya14busa 2014-01-06 13:53:49 +09:00
parent 986119b514
commit 10e4d19ed2

View File

@ -1024,7 +1024,7 @@ endfunction "}}}
call s:VarReset('&readonly')
call s:VarReset('&spell')
call s:VarReset('&virtualedit')
call s:VarReset('&foldmethod')
call s:VarReset('&foldmethod')
" }}}
" Remove shading {{{
if g:EasyMotion_do_shade && exists('shade_hl_id') && (!fixed_column)