vim-pathogen icon indicating copy to clipboard operation
vim-pathogen copied to clipboard

execute pathogen#infect() an invalid expression?

Open ldco2016 opened this issue 7 years ago • 2 comments

I am in a Mac OS and I just added some scripts to get new functionality from my vim editor and when I go back into the vimrc file I continue to get this error:

vim ~/.vimrc Error detected while processing /Users/danale/.vimrc: line 12: E117: Unknown function: pathogen#infect E15: Invalid expression: pathogen#infect()

I have looked at similar posts here that are not very helpful. Ultimately, I would like to use nerdtree configuration so I can use VIM as my IDE.

ldco2016 avatar Oct 15 '18 00:10 ldco2016

Is Pathogen in the right PATH?

rcrx avatar Apr 16 '19 17:04 rcrx

I have the same issue,because I use wget to download: in pathogen.vim, it includes some html tags. you can fix it on this way: git clone https://github.com/tpope/vim-pathogen cp /root/vim-pathogen/autoload/pathogen.vim /root/.vim/autoload/

xbrotwo avatar Mar 07 '20 04:03 xbrotwo