From 463be9963440aa02d6e72426a5f4a5f54f881477 Mon Sep 17 00:00:00 2001 From: Kana Natsuno Date: Tue, 10 Jan 2012 22:43:34 +0900 Subject: [PATCH] Fix wrong v:count1 usage --- autoload/smartword.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/smartword.vim b/autoload/smartword.vim index e3c1d0a..f083886 100644 --- a/autoload/smartword.vim +++ b/autoload/smartword.vim @@ -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