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

Pathogen broken by new release of Vim

frioux opened this issue · comments

Fair warning, I have no idea what's going on. I installed a new version of vim and pathogen is failing to parse. I am 90% sure that the error is due to a bug in vim, but do not know. Figured you'd want to be aware. Full details are here: https://groups.google.com/forum/#!topic/vim_use/94wo-ZiqJwo

The stacktrace appears to be pointed at this line:

let blacklist = get(g:, 'pathogen_blacklist', get(g:, 'pathogen_disabled', [])) + pathogen#split($VIMBLACKLIST)

You could try running pieces of that line to isolate the issue. My wild guess would be that undefined environment variables are handled differently.

Hilarious. Turns out that your fix in august last year resolves this. Upgrading pathogen fixed it. Thanks and sorry for the noise.

e7857be, for the curious