Two Startify buffers shouldn't share certain data

References #240.
This commit is contained in:
Marco Hinz 2016-10-14 20:14:16 +02:00
parent ab3513c8ea
commit 3a0cc7df67
No known key found for this signature in database
GPG key ID: AC9D48E91BCF448C
2 changed files with 24 additions and 25 deletions

View file

@ -34,7 +34,7 @@ if exists('g:startify_custom_footer')
endif
if exists('b:startify_section_header_lines')
for line in b:startify_section_header_lines
for line in b:startify.section_header_lines
execute 'syntax region StartifySection start=/\%'. line .'l/ end=/$/'
endfor
endif