mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-03 00:22:42 +08:00
add whitespace toggle command
This commit is contained in:
@@ -80,6 +80,7 @@ function! s:airline_theme(...)
|
||||
endif
|
||||
endfunction
|
||||
command! -nargs=? -complete=customlist,<sid>get_airline_themes AirlineTheme call <sid>airline_theme(<f-args>)
|
||||
command! AirlineToggleWhitespace call airline#extensions#whitespace#toggle()
|
||||
|
||||
augroup airline
|
||||
autocmd!
|
||||
|
||||
Reference in New Issue
Block a user