Nicola wrote:

> Neocomplete's plugin folder is organized as follows:
> 
> plugin/
>   neocomplete.vim
>   neocomplete/
>     buffer.vim
>     dictionary.vim
>     tag.vim
> 
> No matter whether neocomplete is in pack/*/start/ or in pack/*/opt/,
> only plugin/neocomplete.vim is loaded (at startup or with :packadd,
> respectively). Is that a bug?
> 
> Using Vim 7.4.1655.

The reason neocomplete does it this way, AFAIK, is to avoid having too
many files in the top plugin directory. It's shared with all other
plugins.

For a package this problem does not exist.  You can simply put all files
in the plugin directory:
     pack/start/neo/plugin/
                  neocomplete.vim
                  buffer.vim
                  dictionary.vim
                  tag.vim

It saves a bit of time searching directories.

If someone sees a good reason to also search in subdirectories, let's
hear it.

-- 
You're as much use as a condom machine at the Vatican.
                  -- Rimmer to Holly in Red Dwarf 'Queeg'

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to