From e78d614a20f98a3ecbcdeee916459cfa36c22631 Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 13:00:42 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 1c11b9c..c1ea5d9 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -20,7 +20,7 @@ function! s:get_visual_selection() let new_string = "" let c = 0 - for i in lines + for i in no_of_lines " start combining if (c == 0) let new_string = lines[i]