From 2e837e63893796e275b8f0ad277f563d5175e6b7 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 11:51:15 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 0dc638f..bf89ce8 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -82,7 +82,8 @@ function! s:convert_selection_vert() " For Loopage Goes here for i in old_selection - echom string(old_selection) + echom old_selection[c] + let c += 1 endfor return join([new_string, ""], "\n")