Remove wrong comment for TerminalOpen autocmd

This commit is contained in:
Christian Brabandt 2018-06-05 11:21:19 +02:00
parent add75907d5
commit 55716a1cc2
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -100,7 +100,6 @@ function! s:airline_toggle()
autocmd OptionSet termguicolors call <sid>on_colorscheme_changed() autocmd OptionSet termguicolors call <sid>on_colorscheme_changed()
endif endif
if exists("##TerminalOpen") if exists("##TerminalOpen")
" Make sure that g_airline_gui_mode is refreshed
autocmd TerminalOpen * call <sid>on_colorscheme_changed() autocmd TerminalOpen * call <sid>on_colorscheme_changed()
endif endif
" Refresh airline for :syntax off " Refresh airline for :syntax off