diff --git a/plugin/bracketed-paste.vim b/plugin/bracketed-paste.vim index bb4f0cd..733a2e1 100644 --- a/plugin/bracketed-paste.vim +++ b/plugin/bracketed-paste.vim @@ -9,7 +9,7 @@ " Docs on mapping fast escape codes in vim " http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim function! WrapForTmux(s) - if !exists('$TMUX') + if empty('$TMUX') return a:s endif