mustache / vim-mustache-handlebars

mustache and handlebars mode for vim
mustache.github.io
455 stars 49 forks source link

ftplugin is working only for the first loaded mustache file #62

Closed rukbotto closed 5 years ago

rukbotto commented 6 years ago

This is happening because a global variable was used to check for ftplugin re-execution.

Closes #25 and #41