mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 01:50:10 +08:00
Remove wrong comment for TerminalOpen autocmd
This commit is contained in:
parent
add75907d5
commit
55716a1cc2
|
@ -100,7 +100,6 @@ function! s:airline_toggle()
|
|||
autocmd OptionSet termguicolors call <sid>on_colorscheme_changed()
|
||||
endif
|
||||
if exists("##TerminalOpen")
|
||||
" Make sure that g_airline_gui_mode is refreshed
|
||||
autocmd TerminalOpen * call <sid>on_colorscheme_changed()
|
||||
endif
|
||||
" Refresh airline for :syntax off
|
||||
|
|
Loading…
Reference in New Issue
Block a user