Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -83,7 +83,7 @@ function! s:convert_selection_vert()
" For Loopage Goes here
let a = rows
for i in old_selection
if (a % rows)
if (a % g:makecols_cols)
echom old_selection[a]
let a = rows
else

Loading…
Cancel
Save