From d209fade31cc92c41389439fbb40e5085413e120 Mon Sep 17 00:00:00 2001 From: lolson Date: Thu, 9 Jul 2015 16:53:52 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index cc56571..c440e8f 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -16,7 +16,7 @@ function! s:makecols() range echo "You are in the right mode" endif echo s:get_visual_selection() - return s:beep() + return "" endfunction function! s:get_visual_selection()