Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -76,7 +76,7 @@ function! s:convert_selection_vert()
let selection = s:get_visual_selection() let selection = s:get_visual_selection()
let old_selection = split(selection, ",") let old_selection = split(selection, ",")
let lines = len(old_selection) * 1.0 let lines = len(old_selection) * 1.0
echom "Lines: " . lines
echom "Lines: " . float2nr(lines)
echom "Cols: " . g:makecols_cols echom "Cols: " . g:makecols_cols
let rows = lines / g:makecols_cols let rows = lines / g:makecols_cols
echom "Rows: " . rows echom "Rows: " . rows

Loading…
Cancel
Save