Browse Source

adding features

master
lolson 9 years ago
parent
commit
d400163a8a
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 (c == lines)
if (c >= rows)
break
endif
let char1 = get(old_selection, c, "")

Loading…
Cancel
Save