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