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? 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
