Merge branch 'release/1.0.2' into develop

* release/1.0.2:
  Update docs
This commit is contained in:
Kim Silkebækken 2011-03-28 12:05:45 +02:00
commit e6a624dae1
2 changed files with 1 additions and 20 deletions

View File

@ -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
______ __ ___ __ _

View File

@ -2,25 +2,6 @@
"
" Author: Kim Silkebækken <kim.silkebaekken+github@gmail.com>
" 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:
" - <Leader> f {char}
" - <Leader> F {char}
" - <Leader> t {char}
" - <Leader> T {char}
" - <Leader> w
" - <Leader> e
" - <Leader> b
"
" Disable default mapping by setting g:EasyMotion_do_mapping = 0
" Prevent double loading {{{
if exists('g:EasyMotion_loaded')