Browse Source

testing

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

+ 1
- 0
plugin/makecols.vim View File

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

Loading…
Cancel
Save