Get rid of unused variable 'g:bracketed_paste_tmux_wrap'

Remove unused variable 'g:bracketed_paste_tmux_wrap', and
the test for its existence.

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
This commit is contained in:
Cihangir Akturk 2017-11-18 22:09:11 +03:00
parent 363f9b62d3
commit 10f6b62ab0

View File

@ -9,10 +9,6 @@
" Docs on mapping fast escape codes in vim
" http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim
if !exists("g:bracketed_paste_tmux_wrap")
let g:bracketed_paste_tmux_wrap = 1
endif
let &t_ti .= "\<Esc>[?2004h"
let &t_te .= "\<Esc>[?2004l"