Updates requirements to vim 7.3

This commit is contained in:
LFDM 2014-02-07 22:52:00 +01:00
parent 9650037041
commit dc59cb0bf6
2 changed files with 6 additions and 5 deletions

View File

@ -603,13 +603,14 @@ See |easymotion-leader-key| and |mapleader| for details about the leader key.
============================================================================== ==============================================================================
Requirements *easymotion-requirements* Requirements *easymotion-requirements*
EasyMotion has been developed and tested in vim 7.3, but it should run without EasyMotion needs at least vim 7.3 to run without problems.
any problems in vim 7.2. Active development and testing is done with vim 7.4 since the 2.0 release of
EasyMotion.
Vi-compatible mode must be disabled. Vi-compatible mode must be disabled.
Note: Now @haya14busa maintain EasyMotion in vim 7.4. If there is any If there are any problems due to the vim version you use, feel free to open
problems, open an issue or pull requests are welcome. an issue on github!
https://github.com/haya14busa/vim-easymotion/issues https://github.com/haya14busa/vim-easymotion/issues

View File

@ -8,7 +8,7 @@
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 || version < 702 if exists('g:EasyMotion_loaded') || &compatible || version < 703
finish finish
endif endif