|
@ -19,7 +19,7 @@ function! s:get_visual_selection() |
|
|
endfunction |
|
|
endfunction |
|
|
|
|
|
|
|
|
function! s:replace_selected_text() |
|
|
function! s:replace_selected_text() |
|
|
:delete |
|
|
|
|
|
|
|
|
:'<,'>delete |
|
|
normal! "*p |
|
|
normal! "*p |
|
|
echo "Just tried to replace the selection with the lines." |
|
|
echo "Just tried to replace the selection with the lines." |
|
|
return "" |
|
|
return "" |
|
|