You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I'm pretty new at vim so there's a good chance this is user error.
I just installed vim 8 via homebrew and made the homebrew binary my default executable. However using that binary seems to bypass all of janus and thus my user customizations. Explicitly loading the new binary with my vimrc file gives me cascading errors:
→ /usr/local/bin/vim -u ~/.vimrc
Error detected while processing function janus#load_pathogen[7]..janus#load_custom_before:
line 2:
E117: Unknown function: pathogen#split
E15: Invalid expression: pathogen#split(&rtp)
line 3:
E117: Unknown function: pathogen#glob_directories
E116: Invalid arguments for function filter(pathogen#glob_directories(a:path), '!pathogen#is_disabled(v:val)')
E15: Invalid expression: filter(pathogen#glob_directories(a:path), '!pathogen#is_disabled(v:val)')
line 4:
E121: Undefined variable: custom
E116: Invalid arguments for function pathogen#uniq(custom + rtp))
E116: Invalid arguments for function pathogen#join(pathogen#uniq(custom + rtp))
E15: Invalid expression: pathogen#join(pathogen#uniq(custom + rtp))
Error detected while processing function janus#load_pathogen:
line 10:
E117: Unknown function: pathogen#infect
E117: Unknown function: pathogen#infect
E117: Unknown function: pathogen#infect
Error detected while processing function janus#load_pathogen[14]..janus#load_custom_before:
line 2:
E117: Unknown function: pathogen#split
E15: Invalid expression: pathogen#split(&rtp)
line 3:
E117: Unknown function: pathogen#glob_directories
E116: Invalid arguments for function filter(pathogen#glob_directories(a:path), '!pathogen#is_disabled(v:val)')
E15: Invalid expression: filter(pathogen#glob_directories(a:path), '!pathogen#is_disabled(v:val)')
line 4:
E121: Undefined variable: custom
E116: Invalid arguments for function pathogen#uniq(custom + rtp))
E116: Invalid arguments for function pathogen#join(pathogen#uniq(custom + rtp))
E15: Invalid expression: pathogen#join(pathogen#uniq(custom + rtp))
Error detected while processing function janus#load_pathogen[17]..janus#load_custom_after:
line 2:
E117: Unknown function: pathogen#split
E15: Invalid expression: pathogen#split(&rtp)
line 4:
E117: Unknown function: pathogen#glob_directories
E116: Invalid arguments for function filter(pathogen#glob_directories(custom_path), '!pathogen#is_disabled(v:val[0:-7])')
E15: Invalid expression: filter(pathogen#glob_directories(custom_path), '!pathogen#is_disabled(v:val[0:-7])')
line 5:
E121: Undefined variable: rtp
E116: Invalid arguments for function pathogen#uniq(rtp + custom_after))
E116: Invalid arguments for function pathogen#join(pathogen#uniq(rtp + custom_after))
E15: Invalid expression: pathogen#join(pathogen#uniq(rtp + custom_after))
Error detected while processing function janus#load_pathogen[18]..janus#load_core:
line 5:
E117: Unknown function: pathogen#infect
Error detected while processing function janus#load_pathogen:
line 19:
E117: Unknown function: pathogen#helptags
Press ENTER or type command to continue
The text was updated successfully, but these errors were encountered:
Looking into this more, it seems like it correctly loads my .vimrc.after file, but fails to load any pathogen plugins (that was probably obvious from the above stacktrace) from my ~/.janus directory.
running vim -V99 seems to also barf pretty hard, i have to kill the vim process to be able to exit
Note: I'm pretty new at vim so there's a good chance this is user error.
I just installed vim 8 via homebrew and made the homebrew binary my default executable. However using that binary seems to bypass all of janus and thus my user customizations. Explicitly loading the new binary with my vimrc file gives me cascading errors:
The text was updated successfully, but these errors were encountered: