mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-08-13 19:31:02 +08:00
fix typo
This commit is contained in:
@@ -32,7 +32,7 @@ function! airline#extensions#rufo#apply(...)
|
||||
" section_z.
|
||||
let w:airline_section_z = get(w:, 'airline_section_z', g:airline_section_z)
|
||||
|
||||
" Then we just append this extenion to it, optionally using separators.
|
||||
" Then we just append this extension to it, optionally using separators.
|
||||
let w:airline_section_z .= '%{airline#extensions#rufo#get_status()}'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user