I used this command
for f in *; do mv "$f" `echo $f | tr ' ' '_'`; done
to remove whitespaces in /home/user and now vim tells me this:
Error detected while processing /home/user/.vimrc:
line 2:
E117: Unknown function: pathogen#infect
E15: Invalid expression: pathogen#infect()
line 3:
E117: Unknown function: pathogen#helptags
line 10:
E185: Cannot find color scheme 'solarized'
Press ENTER or type command to continue
can this be related? I already reinstalled pathogen but everythink seems fine for me.