Skip to content

Commit 064ca86

Browse files
committed
Only escale double quotes. Thanks @pgr0ss
1 parent 6e909a2 commit 064ca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vimux.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function! VimuxRunCommand(command, ...)
4242
endfunction
4343

4444
function! VimuxSendText(text)
45-
call VimuxSendKeys(shellescape(a:text))
45+
call VimuxSendKeys('"'.escape(a:text, '"').'"')
4646
endfunction
4747

4848
function! VimuxSendKeys(keys)

0 commit comments

Comments
 (0)