improved unite integration (#165).

This commit is contained in:
Bailey Ling
2013-08-24 04:08:57 +00:00
parent 53b856b0c5
commit 74849d4a10
3 changed files with 22 additions and 4 deletions
+2 -2
View File
@@ -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)