Thursday, February 4, 2016

Re: Pathogen doesn't seem to work

On Thu, Feb 04, 2016 at 03:54:40PM -0800, Hashjie wrote:

> Whenever I run vim with vim -u NONE

That's your problem right there. -u skips many of Vim's regular
initializations, including loading [autoloaded] plugins. That is why
Vim does not recognize the function pathogen#infect().

You can see which scripts Vim has loaded with :scriptnames

These help file entries will explain things further:

:help -u
:help --noplugins

--
Erik Falor
Registered Linux User #445632 http://unnovative.net

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