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
|
" Docs on mapping fast escape codes in vim
|
||||||
" http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim
|
" http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim
|
||||||
|
|
||||||
if !exists("g:bracketed_paste_tmux_wrap")
|
if exists("g:loaded_bracketed_paste")
|
||||||
let g:bracketed_paste_tmux_wrap = 1
|
finish
|
||||||
endif
|
endif
|
||||||
|
let g:loaded_bracketed_paste = 1
|
||||||
|
|
||||||
let &t_ti .= "\<Esc>[?2004h"
|
let &t_ti .= "\<Esc>[?2004h"
|
||||||
let &t_te .= "\<Esc>[?2004l"
|
let &t_te .= "\<Esc>[?2004l"
|
||||||
|
Loading…
Reference in New Issue
Block a user