From 1606f61ba7a0c41544ce35a344c0b556800116ec Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:01:14 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index ca303cb..79ea835 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -82,6 +82,7 @@ function! s:convert_selection_vert() while c <= rows echom "Count: " . c + let c += 1 endwhile " For Loopage Goes here