remove auto prefix. optimize getwinvar

This commit is contained in:
Bailey Ling
2013-08-17 17:39:06 -04:00
parent b19a29675d
commit e7c5bbb671
3 changed files with 20 additions and 13 deletions

View File

@@ -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)