mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-11-02 12:44:10 +01:00
v:t_list is an internal variable describing the type of a list. Unfortunately, this is not available in older vims. So let's fall back to using `type([])` see #1795