From 3a4db4e7bc55ce2befb2715ee20eabd835c84be8 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 12:07:59 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 4484b86..8b8dc83 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -83,8 +83,8 @@ function! s:convert_selection_vert() " For Loopage Goes here let a = rows for i in old_selection - get(old_selection, c, "") - get(old_selection, a, "") + echom get(old_selection, c, "") + echom get(old_selection, a, "") let a += 1 let c += 1 endfor