Browse Source

testing

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

+ 2
- 2
plugin/makecols.vim View File

@ -43,7 +43,7 @@ function! s:convert_selection(selection)
endfor
let @z = join([new_string, ""], "\n")
return old_selection
return @z
endfunction
function! s:replace_selected_text()
@ -63,7 +63,7 @@ function! s:makecols() range
echo "You are in the right mode"
endif
let selection = s:get_visual_selection()
s:convert_selection(selection)
let converted_text = s:convert_selection(selection)
return s:replace_selected_text()
endfunction

Loading…
Cancel
Save