From a92d42626b6090c77fb0537068ed6c9c84a4364e Mon Sep 17 00:00:00 2001 From: lolson Date: Thu, 9 Jul 2015 16:22:50 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 6428079..ff67427 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -8,9 +8,8 @@ function! s:beep() endfunction function! s:makecols() - let lines = getline("'<")[getpos("'<")[2]-1:getpos("'>")[2]] + let lines = getpos("'<")-getpos("'>") echo lines - let lines = "" return s:beep() endfunction