Skip to content

Commit 7c6cff7

Browse files
committed
Merge branch 'hotfix/1.1.0.1'
* hotfix/1.1.0.1: Bump version Fix w, b, e, j, k operator-pending motion behaviors
2 parents 0981c13 + d18e606 commit 7c6cff7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/easymotion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*easymotion.txt* Version 1.1. Last change: 2011 Mar 31
1+
*easymotion.txt* Version 1.1.0.1. Last change: 2011 Mar 31
22

33

44
______ __ ___ __ _

plugin/EasyMotion.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
call s:EasyMotion(re, a:direction, a:visualmode ? visualmode() : '', mode(1))
147147
endfunction " }}}
148148
function! EasyMotionWB(visualmode, direction) " {{{
149-
call s:EasyMotion('\<.', a:direction, a:visualmode ? visualmode() : '', mode(1))
149+
call s:EasyMotion('\<.', a:direction, a:visualmode ? visualmode() : '', '')
150150
endfunction " }}}
151151
function! EasyMotionE(visualmode, direction) " {{{
152-
call s:EasyMotion('.\>', a:direction, a:visualmode ? visualmode() : '', mode(1))
152+
call s:EasyMotion('.\>', a:direction, a:visualmode ? visualmode() : '', '')
153153
endfunction " }}}
154154
function! EasyMotionJK(visualmode, direction) " {{{
155-
call s:EasyMotion('\%1v', a:direction, a:visualmode ? visualmode() : '', mode(1))
155+
call s:EasyMotion('\%1v', a:direction, a:visualmode ? visualmode() : '', '')
156156
endfunction " }}}
157157
" }}}
158158
" Helper functions {{{

0 commit comments

Comments
 (0)