fix neovim color mode

This commit is contained in:
Christian Brabandt
2016-02-05 22:19:48 +01:00
parent fdb74f549d
commit 87d60febaf
5 changed files with 19 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ endif
function! airline#extensions#tabline#init(ext)
if has('nvim') || has('gui_running')
if has('gui_running')
set guioptions-=e
endif