From dc59cb0bf63f6fb01458d005f07403ed39ac9797 Mon Sep 17 00:00:00 2001 From: LFDM <1986gh@gmail.com> Date: Fri, 7 Feb 2014 22:52:00 +0100 Subject: [PATCH] Updates requirements to vim 7.3 --- doc/easymotion.txt | 9 +++++---- plugin/EasyMotion.vim | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 325897e..470b024 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -603,13 +603,14 @@ See |easymotion-leader-key| and |mapleader| for details about the leader key. ============================================================================== Requirements *easymotion-requirements* -EasyMotion has been developed and tested in vim 7.3, but it should run without -any problems in vim 7.2. +EasyMotion needs at least vim 7.3 to run without problems. +Active development and testing is done with vim 7.4 since the 2.0 release of +EasyMotion. Vi-compatible mode must be disabled. -Note: Now @haya14busa maintain EasyMotion in vim 7.4. If there is any -problems, open an issue or pull requests are welcome. +If there are any problems due to the vim version you use, feel free to open +an issue on github! https://github.com/haya14busa/vim-easymotion/issues diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index 1bf03a2..867da21 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -8,7 +8,7 @@ if expand("%:p") ==# expand(":p") unlet! g:EasyMotion_loaded endif -if exists('g:EasyMotion_loaded') || &compatible || version < 702 +if exists('g:EasyMotion_loaded') || &compatible || version < 703 finish endif