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