sotte / presenting.vim

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

fix: compound filetype contains vimwiki #47

Closed AnthonyK213 closed 2 years ago

AnthonyK213 commented 2 years ago

For some reason the vimwiki filetype could be compounded with other filetype plugins, for example, set filetype vimwiki.markdown to use some functions from a markdown plugin. this pr just simply changes the method of checking if the file is vimwiki.

sotte commented 2 years ago

Thanks @AnthonyK213