Browse Source

fixing abort error

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

+ 1
- 1
plugin/makecols.vim View File

@ -2,6 +2,6 @@
" Author: Levi Olson <http://leviolson.com/> " Author: Levi Olson <http://leviolson.com/>
" Version: 1.0 " Version: 1.0
function! makecols(no_of_cols) abort
function! makecols(no_of_cols)
return s:beep() return s:beep()
endfunction endfunction

Loading…
Cancel
Save