diff --git a/doc/easymotion.txt b/doc/easymotion.txt index e8b226d..460aaca 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -1,4 +1,4 @@ -*easymotion.txt* Version 1.0.1. Last change: 2011 Mar 28 +*easymotion.txt* Version 1.0.2. Last change: 2011 Mar 28 ______ __ ___ __ _ diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index ef37507..df4c5d0 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -2,25 +2,6 @@ " " Author: Kim Silkebækken " Source: https://github.com/Lokaltog/EasyMotion -" Version: 1.0.1 -" Modified: 2011-03-28 -" -" Based on Bartlomiej Podolak's PreciseJump script: -" http://www.vim.org/scripts/script.php?script_id=3437 -" -" This script works correctly with the following motions in both normal -" and visual mode: f F t T w e b -" -" Default key mapping for both normal and visual mode: -" - f {char} -" - F {char} -" - t {char} -" - T {char} -" - w -" - e -" - b -" -" Disable default mapping by setting g:EasyMotion_do_mapping = 0 " Prevent double loading {{{ if exists('g:EasyMotion_loaded')