Browse Source

testing

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

+ 1
- 0
plugin/makecols.vim View File

@ -21,6 +21,7 @@ endfunction
function! s:convert_selection(selection)
let c = 0
let selection = a:selection
let no_of_cols = 6
let new_string = ""
let old_selection = split(selection, ",")

Loading…
Cancel
Save