mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-29 08:54:38 +02:00
parent
a532fed72a
commit
4eea2b7e3c
@ -233,6 +233,7 @@ endfunction
|
||||
function! airline#util#has_vim9_script()
|
||||
" Returns true, if Vim is new enough to understand vim9 script
|
||||
return (exists(":def") &&
|
||||
\ exists("v:versionlong") &&
|
||||
\ v:versionlong >= 8022844 &&
|
||||
\ get(g:, "airline_experimental", 0))
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user