mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-09 19:21:24 +08:00
Add vista.vim (https://github.com/liuchengxu/vista.vim) integration
This commit is contained in:
committed by
Christian Brabandt
parent
28cd6253e9
commit
28dcb68bf3
14
autoload/airline/extensions/vista.vim
Normal file
14
autoload/airline/extensions/vista.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
" MIT License. Copyright (c) 2019 s1341 (github@shmarya.net)
|
||||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
scriptencoding utf-8
|
||||
|
||||
function! airline#extensions#vista#currenttag()
|
||||
if get(w:, 'airline_active', 0)
|
||||
return get(b:, 'vista_nearest_method_or_function', '')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#vista#init(ext)
|
||||
call airline#parts#define_function('vista', 'airline#extensions#vista#currenttag')
|
||||
endfunction
|
||||
Reference in New Issue
Block a user