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
fixing abort error
master
lolson
9 years ago
parent
d876111e32
commit
25c8cf77b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugin/makecols.vim
+ 1
- 1
plugin/makecols.vim
View File
@ -2,6 +2,6 @@
" Author: Levi Olson <http://leviolson.com/>
" Version: 1.0
function
!
makecols
(
no_of_cols
)
abort
function
!
makecols
(
no_of_cols
)
return
s
:
beep
(
)
endfunction
Write
Preview
Loading…
Cancel
Save