Browse Source

adding features

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

+ 1
- 0
plugin/makecols.vim View File

@ -95,6 +95,7 @@ function! s:convert_selection_vert()
echom "R" . row . "C" . col
let sec = get(old_selection, char, "blank")
let new_string = join([new_string, sec], "\t")
let col += 1
endwhile
let new_string = join([new_string,""], "\n")
let row += 1

Loading…
Cancel
Save