sotte / presenting.vim

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

Slide separator dictionary now serves mkd markdown #8

Closed LIttleAncientForestKami closed 9 years ago

LIttleAncientForestKami commented 9 years ago

Since Plastic Boy's Vim Markdown plugin (and few others) work with filetype mkd, they set up filetype so on following events:

Both causes the slide dictionary to return "no such key" since it has "markdown" key, not "mkd".

Stemms from PR#7,

sotte commented 9 years ago

Great! Thanks for the PR!