Merge pull request #958 from jmoses/master

Fix typo from PR #953
This commit is contained in:
Christian Brabandt 2016-01-28 14:05:09 +01:00
commit 1d8408a7f8

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 -nargs=? -complete=customlist,<sid>get_airline_themes AirlineTheme call <sid>airline_theme(<f-args>)
command! -bar AirlineToggleWhitespace call airline#extensions#whitespace#toggle() command! -bar AirlineToggleWhitespace call airline#extensions#whitespace#toggle()
command! -bar AirlineToggle call s:airline_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 airline#init#bootstrap()
call s:airline_toggle() call s:airline_toggle()