Browse Source

Fix type mismatch for heterogenous lists in older Vims

Fixes #293
Marco Hinz 7 năm trước cách đây
mục cha
commit
50d4c51607
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      autoload/startify.vim

+ 1 - 0
autoload/startify.vim

@@ -441,6 +441,7 @@ function! s:get_lists() abort
           let lists += [{ 'type': item }]
         endif
       endif
+      unlet item
     endfor
     return lists
   else