From 4978c07346b326a6bc436549f10e5c1fe457a35f Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 14:17:15 -0500 Subject: [PATCH] testing --- plugin/makecols.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index b703d0e..8abd0d4 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -64,6 +64,7 @@ function! s:makecols() range echo "You are in the right mode" endif let selection = s:get_visual_selection() + echo selection let converted_text = s:convert_selection(selection) return s:replace_selected_text() endfunction