Browse Source

testing

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

+ 2
- 1
plugin/makecols.vim View File

@ -20,8 +20,9 @@ function! s:get_visual_selection()
let c = 0
let no_of_cols = 6
let new_string = ""
let old_string = split($selection, "\n")
let old_string = split(&selection, "\n")
echom "Old String: "
echom &selection
echom join(old_string, ", ")
let @z = ""

Loading…
Cancel
Save