Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -82,7 +82,7 @@ function! s:convert_selection_vert()
" For Loopage Goes here " For Loopage Goes here
for i in old_selection for i in old_selection
echom i
echom old_selection[i+2]
endfor endfor
return join([new_string, ""], "\n") return join([new_string, ""], "\n")

Loading…
Cancel
Save