Browse Source

testing

master
lolson 9 years ago
parent
commit
50fd3fd9aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin/makecols.vim

+ 1
- 1
plugin/makecols.vim View File

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

Loading…
Cancel
Save