From 8933340d243d6f0bde7b12f44d4846b484962d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Mon, 28 Mar 2011 12:05:30 +0200 Subject: [PATCH] Update docs --- doc/easymotion.txt | 2 +- plugin/EasyMotion.vim | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) 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')