escape '$' before sending to tmux

fix-tmux-next-3dot4
Pawel Palucki 10 years ago committed by Pawel Palucki
parent a991ce8abd
commit 70e16b73f5

@ -53,7 +53,7 @@ function! VimuxRunCommand(command, ...)
endfunction
function! VimuxSendText(text)
call VimuxSendKeys('"'.escape(a:text, '"').'"')
call VimuxSendKeys('"'.escape(a:text, '"$').'"')
endfunction
function! VimuxSendKeys(keys)

Loading…
Cancel
Save