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

Do not work ftdetect #2

Closed
evtuhovich opened this issue Apr 5, 2010 · 2 comments
Closed

Do not work ftdetect #2

evtuhovich opened this issue Apr 5, 2010 · 2 comments

Comments

@evtuhovich
Copy link

For this script http://www.vim.org/scripts/script.php?script_id=517
automatic filetype detection do not work.

But if i write :set filetype=otl - all is ok.

ls VimOutliner/* 

ftdetect:
otl.vim

ftplugin:
otl.vim

macros:
vimsettings.vim

syntax:
otl.vim
@tpope
Copy link
Owner

tpope commented Apr 6, 2010

You need to ensure pathogen is invoked before filetype plugin indent on. And on Debian based distributions and others that enable it automatically, you need to do filetype off first.

There's not much I can do about this but it does need to be better documented.

@evtuhovich
Copy link
Author

Thanx a lot, it works

This issue was closed.
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

No branches or pull requests

2 participants