From e012ddc4d57da5f767fcb8711ce6e4c7f3ceb024 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 16:21:08 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index ae0e115..8664ab6 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -99,7 +99,7 @@ function! s:convert_selection_vert() endif let col = 0 - while col < cols + while col < cols - 1 let col += 1 let pos = pos + rows echom "ROW: " . row . " COL: " . col . " POS: " . pos