Skip to content

Fix ftdetect interfering with other plugins #1183

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

Merged
merged 1 commit into from
Aug 14, 2019
Merged

Fix ftdetect interfering with other plugins #1183

merged 1 commit into from
Aug 14, 2019

Conversation

NicholasAsimov
Copy link
Contributor

Similar introduction of augroup in ftdetect happened in vim-go and was subsequently removed later (see reference).

This is from the help doc :help ftdetect:

Note that there is no "augroup" command, this has already been done
when sourcing your file.  You could also use the pattern "*" and then
check the contents of the file to recognize it.

Reference:
Vimjas/vint#264
fatih/vim-go#1645

This is from the help doc :help ftdetect:

Note that there is no "augroup" command, this has already been done
when sourcing your file.  You could also use the pattern "*" and then
check the contents of the file to recognize it.

Reference:
Vimjas/vint#264
fatih/vim-go#1645
@amadeus amadeus merged commit b6c8c84 into pangloss:master Aug 14, 2019
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.

2 participants