implement funcref list again, this time with a global function as this affects older versions of vim

This commit is contained in:
Bailey Ling
2013-07-09 13:48:57 +00:00
parent 65664efe13
commit 40b99e181d
3 changed files with 20 additions and 19 deletions

View File

@@ -50,6 +50,8 @@ function! s:init()
endif
endfunction
let g:airline_window_override_funcrefs = []
augroup airline
au!
autocmd ColorScheme * call airline#highlight(['normal'])