Fix typo from PR #953

This commit is contained in:
Jon Moses 2016-01-28 07:58:29 -05:00
parent 141f9358a2
commit e50b34ff63
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ endfunction
command! -bar -nargs=? -complete=customlist,<sid>get_airline_themes AirlineTheme call <sid>airline_theme(<f-args>)
command! -bar AirlineToggleWhitespace call airline#extensions#whitespace#toggle()
command! -bar AirlineToggle call s:airline_toggle()
command! -bar AirlineRefresh ccall s:airline_refresh()
command! -bar AirlineRefresh call s:airline_refresh()
call airline#init#bootstrap()
call s:airline_toggle()