Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicit augroup handling in ftdetect #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smheidrich
Copy link

It is both pointless and introduces bugs, as Vim opens an augroup filetypedetect context before running ftdetect scripts anyway and other ftdetect scripts rely on being inside such a context, so by leaving it at the end of our ftdetect script we break them.

Fixes #185

It is both pointless and introduces bugs, as Vim opens an augroup
filetypedetect context before running ftdetect scripts anyway and other
ftdetect scripts rely on being inside such a context, so by leaving it
at the end of our ftdetect script we break them.

Fixes vimoutliner#185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leaving the filetypedetect augroup at the end of the ftdetect script messes with other plugins
1 participant