Browse Source

adding features

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

+ 1
- 3
plugin/makecols.vim View File

@ -62,10 +62,8 @@ endfunction
function! s:makecols(options) range
let options = a:options
function! s:makecols() range
echom "Orientation: " . g:orientation echom "Orientation: " . g:orientation
let cols = options[1]
echom "Number of Columns: " . g:cols echom "Number of Columns: " . g:cols
let mode = visualmode() let mode = visualmode()
if (mode !=# "V") if (mode !=# "V")

Loading…
Cancel
Save