Browse Source

testing

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

+ 1
- 1
plugin/makecols.vim View File

@ -36,7 +36,7 @@ function! s:get_visual_selection()
let c += 1
endfor
let @z = new_string
let @z = join([new_string, ""], "\n")
return lines
endfunction

Loading…
Cancel
Save