mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-22 16:18:33 +08:00
improved unite integration (#165).
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
let s:prototype = {}
|
||||
|
||||
function! s:prototype.split(gutter)
|
||||
function! s:prototype.split(...)
|
||||
let self._side = 0
|
||||
let self._line .= '%#'.self._curgroup.'#'.a:gutter
|
||||
let self._line .= '%#'.self._curgroup.'#'.(a:0 ? a:1 : '%=')
|
||||
endfunction
|
||||
|
||||
function! s:prototype.add_section(group, contents)
|
||||
|
||||
Reference in New Issue
Block a user