From e878548e857dae1f947887c1e6bb62aef82d956e Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 13:27:05 -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 0558004..5b8088d 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -22,7 +22,7 @@ function! s:get_visual_selection() let new_string = "" let old_string = split($selection, "\n") echom "Old String: " - echom old_string + echom join(old_string, ", ") let @z = "" for i in lines