We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc11e40 + 770ae77 commit 1d652fdCopy full SHA for 1d652fd
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