mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-22 21:45:06 +02:00
parent
4d0c4f6b1e
commit
62eb44a9d6
@ -119,6 +119,10 @@ function! s:airline_theme(...)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:airline_refresh()
|
function! s:airline_refresh()
|
||||||
|
if !exists("#airline")
|
||||||
|
" disabled
|
||||||
|
return
|
||||||
|
endif
|
||||||
let nomodeline=''
|
let nomodeline=''
|
||||||
if v:version > 703 || v:version == 703 && has("patch438")
|
if v:version > 703 || v:version == 703 && has("patch438")
|
||||||
let nomodeline = '<nomodeline>'
|
let nomodeline = '<nomodeline>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user