Browse Source

adding features

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

+ 1
- 0
plugin/makecols.vim View File

@ -77,6 +77,7 @@ function! s:convert_selection_vert()
let old_selection = split(selection, ",")
let lines = len(old_selection) * 1.0
let rows = (lines / g:makecols_cols) * 1.0
let rows = float2nr(ceil(rows))
let @z = ""
let r = 1

Loading…
Cancel
Save