Эх сурвалжийг харах

Fix type mismatch for heterogenous lists in older Vims

Fixes #293
Marco Hinz 7 жил өмнө
parent
commit
50d4c51607
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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