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 ""