mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
commit
a40184536b
@ -23,6 +23,10 @@ function! airline#extensions#term#inactive_apply(...)
|
|||||||
let spc = g:airline_symbols.space
|
let spc = g:airline_symbols.space
|
||||||
call a:1.add_section('airline_a', spc.'TERMINAL'.spc)
|
call a:1.add_section('airline_a', spc.'TERMINAL'.spc)
|
||||||
call a:1.add_section('airline_b', spc.'%f')
|
call a:1.add_section('airline_b', spc.'%f')
|
||||||
|
let neoterm_id = getbufvar(a:2.bufnr, 'neoterm_id')
|
||||||
|
if neoterm_id != ''
|
||||||
|
call a:1.add_section('airline_c', spc.'neoterm_'.neoterm_id.spc)
|
||||||
|
endif
|
||||||
return 1
|
return 1
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user