Friday, February 5, 2016

Re: Pathogen doesn't seem to work

On Friday, February 5, 2016 at 6:08:30 AM UTC-6, Hashjie wrote:
>
> " This line should not be removed as it ensures that various options are
> " properly set to work with the Vim-related packages available in Debian.
> runtime! debian.vim
>
> [snip]
>
> " Source a global configuration file if available
> if filereadable("/etc/vim/vimrc.local")
> source /etc/vim/vimrc.local
> endif
>

I suspect these may be giving you problems. Do these modify the
runtimepath at all? Does your configuration start working if you comment
these lines out? What's in those files?

> :set rtp? shows me the following:
>
> runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim74,/usr/share/vim/vimfiles/after,/var/lib/vi
> m/addons/after,~/.vim/after

Try again with ":verbose set rtp?" to see who set it last.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: