Browse Source

testing

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

+ 1
- 1
plugin/makecols.vim View File

@ -26,7 +26,7 @@ function! s:get_visual_selection()
if (c == 0)
let new_string = lines[i]
else
if (i % no_of_cols)
if (c % no_of_cols)
let new_string = join([new_string, lines[i]], "\t")
else
let new_string = join([new_string, lines[i]], "\n")

Loading…
Cancel
Save