From 71ff856b1255aa1fe85e69685fe00ac0261f45bc Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 13:16:37 -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 15a8ff5..bdeb9de 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -36,7 +36,7 @@ function! s:get_visual_selection() let c += 1 endfor - let @z = new_string + let @z = join([new_string, ""], "\n") return lines endfunction