mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 13:02:19 +08:00
remove auto prefix. optimize getwinvar
This commit is contained in:
@@ -8,7 +8,7 @@ function! s:prototype.split(gutter)
|
||||
endfunction
|
||||
|
||||
function! s:prototype.add_section(group, contents)
|
||||
call add(self._sections, ['airline_'.a:group, a:contents])
|
||||
call add(self._sections, [a:group, a:contents])
|
||||
endfunction
|
||||
|
||||
function! s:prototype.add_raw(text)
|
||||
|
||||
Reference in New Issue
Block a user