From 583a6df7178f42162193c4946dfc859c2b51e7a2 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 12:09:32 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 8b8dc83..bb71f55 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -83,6 +83,9 @@ function! s:convert_selection_vert() " For Loopage Goes here let a = rows for i in old_selection + if (c == lines) + break + endif echom get(old_selection, c, "") echom get(old_selection, a, "") let a += 1