This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
vim-makecols
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
testing
master
lolson
9 years ago
parent
3a7eb8a609
commit
7ef3fe430d
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
Write
Preview
Loading…
Cancel
Save