Skip to content

Commit

Permalink
Merge branch 'fix-wrong-count-usage'
Browse files Browse the repository at this point in the history
* fix-wrong-count-usage:
  Fix wrong v:count1 usage
  • Loading branch information
kana committed Jan 10, 2012
2 parents a5ef928 + 463be99 commit b8680b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/smartword.vim
Expand Up @@ -89,7 +89,7 @@ endfunction


function! s:move(motion_command, times) "{{{2
for i in range(v:count1)
for i in range(a:times)
let curpos = [] " dummy
let newpos = [] " dummy
while !0
Expand Down

0 comments on commit b8680b3

Please sign in to comment.