mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-17 22:09:34 +08:00
remove redundancy from the map
This commit is contained in:
@@ -11,7 +11,7 @@ function! airline#builder#new(active)
|
||||
endfunction
|
||||
|
||||
function! builder.add_section(group, contents)
|
||||
call add(self._sections, [a:group, a:contents])
|
||||
call add(self._sections, ['airline_'.a:group, a:contents])
|
||||
endfunction
|
||||
|
||||
function! builder.add_raw(text)
|
||||
|
||||
Reference in New Issue
Block a user