From 67e9147b51859fb1af9f33e07d33963804b60aab Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 7 Sep 2014 19:12:18 +0200 Subject: [PATCH] Reset list of section lines properly --- autoload/startify.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 7f06df8..14d2e78 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -34,8 +34,6 @@ else \ ] endif -let s:section_header_lines = [] - " Function: #get_separator {{{1 function! startify#get_separator() abort return !exists('+shellslash') || &shellslash ? '/' : '\' @@ -89,6 +87,8 @@ function! startify#insane_in_the_membrane() abort echohl None endif + let s:section_header_lines = [] + for item in s:lists if type(item) == 1 let cnt = s:show_{item}(cnt)