mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 21:14:44 +08:00
autoload: Fix typo in comment
This commit is contained in:
@@ -195,7 +195,7 @@ function! airline#statusline(winnr)
|
|||||||
return ''
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Check if mode as changed
|
" Check if mode has changed
|
||||||
function! airline#check_mode(winnr)
|
function! airline#check_mode(winnr)
|
||||||
if !has_key(s:contexts, a:winnr)
|
if !has_key(s:contexts, a:winnr)
|
||||||
return ''
|
return ''
|
||||||
|
|||||||
Reference in New Issue
Block a user