Browse Source

adding features

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

+ 1
- 0
plugin/makecols.vim View File

@ -105,6 +105,7 @@ function! s:convert_selection_vert()
else
let new_string = join([new_string, content], "\t")
endif
let pos += 1
endwhile
let new_string = join([new_string,""], "\n")
let row += 1

Loading…
Cancel
Save