parent
537c2ff01a
commit
6a0030da89
@ -7,11 +7,11 @@
|
|||||||
if expand("%:p") ==# expand("<sfile>:p")
|
if expand("%:p") ==# expand("<sfile>:p")
|
||||||
unlet! g:EasyMotion_loaded
|
unlet! g:EasyMotion_loaded
|
||||||
endif
|
endif
|
||||||
if exists('g:EasyMotion_loaded') || &compatible
|
if exists('g:EasyMotion_loaded') || &compatible || version < 703
|
||||||
finish
|
|
||||||
elseif version < 703
|
|
||||||
echomsg "This version of EasyMotion requires Vim 7.3 or later"
|
|
||||||
finish
|
finish
|
||||||
|
" elseif version < 703
|
||||||
|
" echomsg "This version of EasyMotion requires Vim 7.3 or later"
|
||||||
|
" finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:EasyMotion_loaded = 1
|
let g:EasyMotion_loaded = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user