Browse Source

testing

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

+ 1
- 1
plugin/makecols.vim View File

@ -22,7 +22,7 @@ function! s:get_visual_selection()
let new_string = ""
let old_string = split($selection, "\n")
echom "Old String: "
echom old_string
echom join(old_string, ", ")
let @z = ""
for i in lines

Loading…
Cancel
Save