Merge pull request #34 from cakturk/master
Remove unused variable 'g:bracketed_paste_tmux_wrap'
This commit is contained in:
commit
90051e40cc
@ -9,9 +9,10 @@
|
||||
" 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
|
||||
if exists("g:loaded_bracketed_paste")
|
||||
finish
|
||||
endif
|
||||
let g:loaded_bracketed_paste = 1
|
||||
|
||||
let &t_ti .= "\<Esc>[?2004h"
|
||||
let &t_te .= "\<Esc>[?2004l"
|
||||
|
Loading…
Reference in New Issue
Block a user