On 2012-01-18, Maicon wrote: > On Jan 18, 9:39 pm, Gary Johnson <[email protected]> wrote: > > On 2012-01-18, Maicon wrote: > > > Hi list, > > > > > I have installed Linux Mint 12 with vim 7.3 in my notebook. > > > > > Some weeks ago I notice that only one plugin loads when I start vim: > > > vcscommand, all the others simply dont load(single compile, > > > omnicppcomplete, tx2tags, etc). Vim doesn't throw any warning on the > > > screen. > > > > > Does anyone have a similar problem? > > > > My guess is that you installed your plugins someplace that Vim 7.3 > > doesn't look, such as under /usr/share/vim/vim72. If you did, that > > was a mistake. You should never install anything in $VIMRUNTIME. > > You should install your plugins under either /usr/share/vim/vimfiles > > or ~/.vim. > > > > Where did you install your plugins and what does the ":scriptnames" > > command show?
> Hi there, thanks for the reply. You're welcome. > All my plugins are installed under ~/.vim/plugin directory. Good. > :scriptnames shows all the plugins I have: > > 1: /usr/share/vim/vimrc > . > . > . > 11: /home/user/.vimrc > 12: /usr/share/vim/vim73/syntax/nosyntax.vim > 13: /home/user/.vim/plugin/a.vim > 14: /home/user/.vim/plugin/session.vim > 15: /home/user/.vim/autoload/xolox/misc/os.vim > 16: /home/user/.vim/autoload/xolox/misc/msg.vim > 17: /home/user/.vim/plugin/vcsbzr.vim > 18: /home/user/.vim/plugin/vcscommand.vim > 19: /home/user/.vim/plugin/vcscvs.vim > 20: /home/user/.vim/plugin/vcsgit.vim > 21: /home/user/.vim/plugin/vcshg.vim > 22: /home/user/.vim/plugin/vcssvk.vim > 23: /home/user/.vim/plugin/vcssvn.vim > 24: /usr/share/vim/vim73/plugin/getscriptPlugin.vim > . > . > . > 35: /home/user/.vim/autoload/xolox/session.vim > 36: /home/user/.vim/autoload/xolox/misc/path.vim If :scriptnames shows all your plugins, then what behavior makes you think that only one plugin loads? Side note: the convention on this is list to not top-post. Regards, Gary -- 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
