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 51ee1a3 commit 8e091d6Copy full SHA for 8e091d6
plugin/vimux.vim
@@ -38,7 +38,7 @@ function VimuxRunCommand(command, ...)
38
let l:autoreturn = a:1
39
endif
40
41
- let s:_VimTmuxCmd = a:command
+ let s:_VimTmuxCmd = substitute(a:command, '`', '\\`', 'g')
42
let s:_VimTmuxCmdAutoreturn = l:autoreturn
43
44
if l:autoreturn == 1
@@ -57,7 +57,7 @@ function RunVimTmuxCommand(command, ...)
57
58
59
60
61
62
63
0 commit comments