From 7ef3fe430da4089e7521bec461a634b89b98c58f Mon Sep 17 00:00:00 2001 From: lolson Date: Thu, 9 Jul 2015 16:30:34 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 11f03da..d835600 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -2,8 +2,14 @@ " Author: Levi Olson " Version: 1.0 +function! s:beep() + exe "norm! \" + return "" +endfunction + function! s:makecols() - return s:get_visual_selection() + echo s:get_visual_selection() + return s:beep() endfunction function! s:get_visual_selection()