Add debug script

This commit is contained in:
haya14busa 2014-01-21 06:30:30 +09:00
parent a82d558656
commit 1766e734d6

View File

@ -6,6 +6,9 @@
" Original: https://github.com/Lokaltog/vim-easymotion
" == Script initialization {{{
if expand("%:p") ==# expand("<sfile>:p")
unlet! g:EasyMotion_loaded
endif
if exists('g:EasyMotion_loaded') || &compatible || version < 702
finish
endif