tpope / vim-pathogen

pathogen.vim: manage your runtimepath

Home Page:http://www.vim.org/scripts/script.php?script_id=2332

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using pathogen on Vim 7.0 hangs, export VIMBLACKLIST=Y is required

LeoGalleguillos opened this issue · comments

Using pathogen with Vim 7.0 hangs for me. The solution, as mentioned in a previous thread, was:

export VIMBLACKLIST=Y
vim

I'm on CentOS 5, so Vim 7.0 is the latest version of Vim natively available for now. We'll upgrade to CenOS 6 or 7 sometime during 2016.

Any chance we could get a patch for this in the meantime?

Dupe of #136