vim9: Needs at least version 8.2.22844

This commit is contained in:
Christian Brabandt
2021-06-07 13:44:18 +02:00
parent 82b1b2e876
commit 49cdcb7b3e
6 changed files with 12 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ function! airline#extensions#tabline#add_tab_label(dict)
endfunction
if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0) == 0)
if !exists(":def") || !airline#util#has_vim9_script()
" Legacy Vim Script Implementation