From 26aa668bb377de44daba2d4e1228fa6dbf2cb178 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:58:29 -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 af7a86c..bec48ed 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -85,10 +85,10 @@ function! s:convert_selection_vert() " 2 6 10 " 3 7 11 let new_string = "" - let row = 0 + let row = 1 let pos = 0 while row < rows - let col = 0 + let col = 1 echom "ROW: " . row . " COL: " . col . " POS: " . pos if (row == 0) let content = get(old_selection, 0, "blank")