Browse Source

testing

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

+ 1
- 1
plugin/makecols.vim View File

@ -7,7 +7,7 @@ function! s:beep()
return ""
endfunction
function! s:makecols()
function! s:makecols() range
echo s:get_visual_selection()
return s:beep()
endfunction

Loading…
Cancel
Save