From 6d0c7df1823ae2ad161b7b3f9c24f876c525cb97 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 16:21:45 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 8664ab6..d652846 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -106,8 +106,6 @@ function! s:convert_selection_vert() let content = get(old_selection, pos, "blank") let new_string = join([new_string, content], "\t") endwhile - - let new_string = join([new_string,""], "\n") let row += 1 endwhile