Browse Source

testing

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

+ 7
- 1
plugin/makecols.vim View File

@ -2,8 +2,14 @@
" Author: Levi Olson <http://leviolson.com/>
" Version: 1.0
function! s:beep()
exe "norm! \<Esc>"
return ""
endfunction
function! s:makecols()
return s:get_visual_selection()
echo s:get_visual_selection()
return s:beep()
endfunction
function! s:get_visual_selection()

Loading…
Cancel
Save