From 702521c81557dab0508e4cbfc547e5514ae20fe6 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:38:30 -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 59dbc33..be2f316 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -85,7 +85,7 @@ function! s:convert_selection_vert() " 2 6 10 " 3 7 11 let new_string = "" - let r = 0 + let row = 0 while row < rows let sec = get(old_selection, c, "") let col = row