mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
tabline: check existence of "e" flag in guioptions
This commit is contained in:
parent
5062eeeaed
commit
e81d400b09
@ -16,7 +16,7 @@ if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0)==0)
|
||||
|
||||
" Legacy VimScript implementation " {{{1
|
||||
function! airline#extensions#tabline#init(ext) " {{{2
|
||||
if has('gui_running')
|
||||
if has('gui_running') && match(&guioptions, 'e') > -1
|
||||
set guioptions-=e
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user