mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-26 03:27:12 +08:00
terminal: return proper terminal name
This commit is contained in:
@@ -149,7 +149,7 @@ function! airline#extensions#load()
|
||||
call add(s:loaded_ext, 'netrw')
|
||||
endif
|
||||
|
||||
if has("terminal")
|
||||
if has("terminal") || has('nvim')
|
||||
call airline#extensions#term#init(s:ext)
|
||||
call add(s:loaded_ext, 'term')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user