We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc11e40 commit 770ae77Copy full SHA for 770ae77
plugin/vimux.vim
@@ -53,7 +53,7 @@ function! VimuxRunCommand(command, ...)
53
endfunction
54
55
function! VimuxSendText(text)
56
- call VimuxSendKeys('"'.escape(a:text, '"$').'"')
+ call VimuxSendKeys('"'.escape(a:text, '\"$').'"')
57
58
59
function! VimuxSendKeys(keys)
0 commit comments