Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -80,7 +80,7 @@ function! s:convert_selection_vert()
let rows = (lines / g:makecols_cols) * 1.0
let rows = float2nr(ceil(rows))
let cols = list["g:makecols_cols":]
echom cols
echom string(cols)
let @z = ""
" For Loopage Goes here

Loading…
Cancel
Save