Skip to content

Add ftdetect#1

Open
mboughaba wants to merge 2 commits intovim-scripts:masterfrom
mboughaba:master
Open

Add ftdetect#1
mboughaba wants to merge 2 commits intovim-scripts:masterfrom
mboughaba:master

Conversation

@mboughaba
Copy link
Copy Markdown

Hello,

I would like to add ftdetect to this vim plugin.
This way it will handle file type detection on its own and there will be no need to add auto group file type detection logic to vimrc.

autocmd BufNewFile,BufRead *.edifact,*.edi,*.EDIFACT,*.EDI set filetype=edifact 

Thank for integrating this.

unknown added 2 commits October 20, 2015 20:21
Add file type detect using auto command so that there is no way to add edifact
specific logic inside vimrc.
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.

1 participant