From 83a6001c5e08440ff1972ae29fc0a49e43596579 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 11:49:37 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 5cee06d..2e9efd8 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -82,7 +82,7 @@ function! s:convert_selection_vert() " For Loopage Goes here for i in old_selection - echom old_selection[i] + echom old_selection endfor return join([new_string, ""], "\n")