add whitespace toggle command

This commit is contained in:
Bailey Ling
2013-08-08 14:42:27 +00:00
parent 57955b3b86
commit 4485b03e51
4 changed files with 21 additions and 4 deletions

View File

@@ -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!