From 8b3622dd0b56aa75ecedf3e55ccccf28fa00da35 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:39:28 -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 be2f316..ec9b9c8 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -87,7 +87,7 @@ function! s:convert_selection_vert() let new_string = "" let row = 0 while row < rows - let sec = get(old_selection, c, "") + let sec = get(old_selection, row, "") let col = row echom "Row: " . row while col < cols