Browse Source

testing

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

+ 1
- 1
plugin/makecols.vim View File

@ -20,7 +20,7 @@ function! s:get_visual_selection()
let new_string = "" let new_string = ""
let c = 0 let c = 0
for i in lines
for i in no_of_lines
" start combining " start combining
if (c == 0) if (c == 0)
let new_string = lines[i] let new_string = lines[i]

Loading…
Cancel
Save