From 3a5d3f81c3f7bce9b4a985647097179608dc70a3 Mon Sep 17 00:00:00 2001 From: lolson Date: Thu, 9 Jul 2015 17:24:13 -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 a1f1d50..7b2d116 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -19,7 +19,7 @@ function! s:get_visual_selection() endfunction function! s:replace_selected_text() - :delete + :'<,'>delete normal! "*p echo "Just tried to replace the selection with the lines." return ""