Merge pull request #11 from valeriangalliat/master

Support rxvt*
This commit is contained in:
Conrad Irwin 2014-08-30 13:14:25 -07:00
commit 4be92ef5e0

View File

@ -8,7 +8,7 @@
" http://www.xfree86.org/current/ctlseqs.html " http://www.xfree86.org/current/ctlseqs.html
" Docs on mapping fast escape codes in vim " Docs on mapping fast escape codes in vim
" http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_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) function! WrapForTmux(s)
if !exists('$TMUX') if !exists('$TMUX')
return a:s return a:s