From 50d4c51607c5301b70804a864e15b689e25876ff Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 18 Mar 2018 00:37:50 +0100 Subject: [PATCH] Fix type mismatch for heterogenous lists in older Vims Fixes #293 --- autoload/startify.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/startify.vim b/autoload/startify.vim index c0fe3f8..ec7ea31 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -441,6 +441,7 @@ function! s:get_lists() abort let lists += [{ 'type': item }] endif endif + unlet item endfor return lists else