mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-02-21 07:54:11 +08:00
Fix typo from PR #953
This commit is contained in:
parent
141f9358a2
commit
e50b34ff63
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user