From 9e865c823b659de949fcc15a1e8c493e455f4085 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 15 Oct 2016 14:43:29 +0200 Subject: [PATCH] Typo --- syntax/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/startify.vim b/syntax/startify.vim index 467827a..50586da 100644 --- a/syntax/startify.vim +++ b/syntax/startify.vim @@ -33,7 +33,7 @@ if exists('g:startify_custom_footer') execute 'syntax region StartifyFooter start=/\%'. startify#get_lastline() .'l/ end=/*/' endif -if exists('b:startify_section_header_lines') +if exists('b:startify.section_header_lines') for line in b:startify.section_header_lines execute 'syntax region StartifySection start=/\%'. line .'l/ end=/$/' endfor