rename window_override_funcrefs to statusline_funcrefs

This commit is contained in:
Bailey Ling
2013-08-03 11:14:02 -04:00
parent 257a9f2ed9
commit 94895de8e2
4 changed files with 24 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ function! airline#update_statusline()
for section in s:sections
unlet! w:airline_section_{section}
endfor
for Fn in g:airline_window_override_funcrefs
for Fn in g:airline_statusline_funcrefs
call Fn()
endfor