Add debug script
This commit is contained in:
parent
a82d558656
commit
1766e734d6
@ -6,6 +6,9 @@
|
|||||||
" Original: https://github.com/Lokaltog/vim-easymotion
|
" Original: https://github.com/Lokaltog/vim-easymotion
|
||||||
|
|
||||||
" == Script initialization {{{
|
" == Script initialization {{{
|
||||||
|
if expand("%:p") ==# expand("<sfile>:p")
|
||||||
|
unlet! g:EasyMotion_loaded
|
||||||
|
endif
|
||||||
if exists('g:EasyMotion_loaded') || &compatible || version < 702
|
if exists('g:EasyMotion_loaded') || &compatible || version < 702
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user