sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
300 stars 50 forks source link

extend slide separator defaults on plugin load #9

Closed Jonplussed closed 9 years ago

Jonplussed commented 9 years ago

Currently, Presenting.vim defines g:presenting_slide_separators in such a way that the user must overwrite the default slide separators to add their own in the .vimrc. This instead lets the user define g:presenting_slide_separators rather than overwrite, which extends a set of defaults when plugins are loaded.

Jonplussed commented 9 years ago

Sorry; I submitted this PR prematurely. I'll present a new PR with a different approach.