From c91c9bb2438f44f0808be64bc171b1fd3b84801a Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 13:34:23 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 5b8088d..eb50181 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -20,8 +20,9 @@ function! s:get_visual_selection() let c = 0 let no_of_cols = 6 let new_string = "" - let old_string = split($selection, "\n") + let old_string = split(&selection, "\n") echom "Old String: " + echom &selection echom join(old_string, ", ") let @z = ""