On Wed, Apr 12, 2006 at 03:04:04PM +0200, Nikolai Weibull wrote: > On 4/12/06, Doug Kearns <[EMAIL PROTECTED]> wrote: > > I assume the omni completion files should follow the same naming > > convention as the other runtime files? Eg. Should the current > > pycomplete.vim actually be named pythoncomplete.vim? > > I don't know how they're stored now, but shouldn't it be complete/python.vim?
They're currently in $VIMRUNTIME/autoload. I agree that it would be better, since the autoload mechanism allows for subdirectory use, if they were all added to autoload/complete. setlocal omnifunc=complete#python#Complete Regards, Doug
