Browse Source

adding features

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

+ 0
- 2
plugin/makecols.vim View File

@ -106,8 +106,6 @@ function! s:convert_selection_vert()
let content = get(old_selection, pos, "blank")
let new_string = join([new_string, content], "\t")
endwhile
let new_string = join([new_string,""], "\n")
let row += 1
endwhile

Loading…
Cancel
Save