mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-17 13:59:05 +02: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