From bb1b10f8fd0af16c808c9f2c91456ed567a413ec Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 14:15:12 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 0fed28b..b703d0e 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -21,6 +21,7 @@ endfunction function! s:convert_selection(selection) let c = 0 + let selection = a:selection let no_of_cols = 6 let new_string = "" let old_selection = split(selection, ",")