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

Incorrect filetype detection #2

Closed
ipkiss42 opened this issue Jun 19, 2013 · 1 comment · Fixed by #4
Closed

Incorrect filetype detection #2

ipkiss42 opened this issue Jun 19, 2013 · 1 comment · Fixed by #4

Comments

@ipkiss42
Copy link

Hi,

There is a small bug in ftdetect/tmux.vim: instead of "setf tmux", it should be "set ft=tmux".

Without this change, opening .tmux.conf results in the "conf" filetype, because it is set in $VIMRUNTIME/filetype.vim, and the :setf command does not alter it.

@zaiste
Copy link
Owner

zaiste commented Jun 19, 2013

@ipkiss42 thanks! would you like to issue a pull request with this change ?

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 a pull request may close this issue.

2 participants