[Bug 572627] Re: ftdetect scripts not loaded from directories added to runtimepath
DavidBriscoe
572627 at bugs.launchpad.net
Sun Jul 29 05:48:56 UTC 2012
This is possibly fixed in Vim 7.3.430 (which is just ahead of the vim
released in precise).
http://code.google.com/p/vim/issues/detail?id=52
** Bug watch added: code.google.com/p/vim/issues #52
http://code.google.com/p/vim/issues/detail?id=52
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to vim in Ubuntu.
https://bugs.launchpad.net/bugs/572627
Title:
ftdetect scripts not loaded from directories added to runtimepath
Status in “vim” package in Ubuntu:
Confirmed
Bug description:
Binary package hint: vim-common
Introduced in version 2:7.2.330-1ubuntu3 in 10.04 Lucid Lynx.
The file /etc/vim/vimrc from the package vim-common has un-commented
the line "syntax on", turning on vim's syntax highlighting. This
causes filetype detection to be enabled, which loads all ftdetect
scripts from the runtimepath. This change is harmful to users of the
pathogen.vim script, which edits the runtimepath. All the ftdetect
scripts that would have been found by doing "syntax on" or "filetype
on" after using pathogen are not found by the call to "syntax on" that
happends before using pathogen. This causes filetypes introduced in
the bundles installed using pathogen to not get detected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/572627/+subscriptions
More information about the foundations-bugs
mailing list