Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -78,7 +78,7 @@ function! s:convert_selection_vert()
let lines = len(old_selection)
echom "Lines: " . lines
echom "Cols: " . g:makecols_cols
let rows = ceil(lines / g:makecols_cols)
let rows = float2nr(ceil(lines / g:makecols_cols))
echom "Rows: " . rows
" let calc_rows = float2nr(ceil(rows))
" echom "Rounded: " . calc_rows

Loading…
Cancel
Save