From d400163a8a389cda32d7efcf034be78794e3c6cb Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 12:12:21 -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 21b10aa..5160ecf 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -83,7 +83,7 @@ function! s:convert_selection_vert() " For Loopage Goes here let a = rows for i in old_selection - if (c == lines) + if (c >= rows) break endif let char1 = get(old_selection, c, "")