-
-
Save spacepluk/cb6557b0f9daef5cc7702b7da8143fe5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/plugin/vimux.vim b/plugin/vimux.vim | |
| index 9170668..bd3a2db 100644 | |
| --- a/plugin/vimux.vim | |
| +++ b/plugin/vimux.vim | |
| @@ -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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment