mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-28 09:25:30 +08:00
82a6097b01
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