Revert "Merge pull request #21 from Ekleog/master"
This reverts commit765e757dbc
, reversing changes made to148df8cb26
.
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…
Reference in New Issue
Block a user