This commit is contained in:
Marco Hinz 2016-10-15 14:43:29 +02:00
parent 9923657918
commit 9e865c823b
No known key found for this signature in database
GPG key ID: AC9D48E91BCF448C

View file

@ -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