From 7e1aa9ff2a7d91410270f98dc4e52e7dd25502e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Galliat?= Date: Sat, 30 Aug 2014 13:43:00 +0200 Subject: [PATCH] Support rxvt* --- plugin/bracketed-paste.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/bracketed-paste.vim b/plugin/bracketed-paste.vim index 5bfa5cc..a55fcfa 100644 --- a/plugin/bracketed-paste.vim +++ b/plugin/bracketed-paste.vim @@ -8,7 +8,7 @@ " http://www.xfree86.org/current/ctlseqs.html " Docs on mapping fast escape codes in vim " http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim -if &term =~ "xterm.*" || &term =~ "screen*" +if &term =~ "xterm.*" || &term =~ "screen*" || &term =~ "rxvt*" function! WrapForTmux(s) if !exists('$TMUX') return a:s