Explorar el Código

Fix type mismatch for heterogenous lists in older Vims

Fixes #293
Marco Hinz hace 7 años
padre
commit
50d4c51607
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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