mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-18 07:44:11 +08:00
update documentation.
This commit is contained in:
@@ -61,6 +61,7 @@ function! airline#extensions#whitespace#toggle()
|
||||
call airline#extensions#whitespace#init()
|
||||
let s:enabled = 1
|
||||
endif
|
||||
echo 'Whitespace checking: '.(s:enabled ? 'Enabled' : 'Disabled')
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#whitespace#init(...)
|
||||
|
||||
Reference in New Issue
Block a user