Browse Source

adding features

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

+ 1
- 0
plugin/makecols.vim View File

@ -65,6 +65,7 @@ endfunction
function! s:makecols() range
echom "Orientation: " . g:makecols_orientation
echom "Number of Columns: " . g:makecols_cols
echom "Specified no of Columns: " . v:count
let mode = visualmode()
if (mode !=# "V")
echo "You must be in linewise visual mode"

Loading…
Cancel
Save