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…
Reference in New Issue