Revert "Merge pull request #21 from Ekleog/master"
This reverts commit 765e757dbcd05bc9d33debc3e9cab8bda9dabdbf, reversing changes made to 148df8cb2621beb9d5865336ddea7caeb6f6dd79.
This commit is contained in:
parent
96451c8e12
commit
ab571a1863
@ -14,7 +14,7 @@ if !exists("g:bracketed_paste_tmux_wrap")
|
||||
endif
|
||||
|
||||
function! WrapForTmux(s)
|
||||
if !g:bracketed_paste_tmux_wrap || !exists('$TMUX') || system('tmux -V')[5] >= '2'
|
||||
if !g:bracketed_paste_tmux_wrap || !exists('$TMUX')
|
||||
return a:s
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user