Browse Source

adding features

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

+ 1
- 4
plugin/makecols.vim View File

@ -64,11 +64,8 @@ endfunction
function! s:makecols(orient) range
let g:makecols_orientation = a:orient
if exists(v:count)
let g:makecols_cols = v:count
endif
echom "Orientation: " . g:makecols_orientation
echom "Number of Columns: " . g:makecols_cols
echom "Number of Columns: " . v:count ? g:makecols_cols : 5
let mode = visualmode()
if (mode !=# "V")
echo "You must be in linewise visual mode"

Loading…
Cancel
Save