tpope/vim-sensible

Error in script

tusj opened this issue · 7 comments

tusj commented

After installing according to your instructions, I get this error message:

Fehler beim Ausführen von "/home/s/.vim/bundle/vim-sensible/plugin/sensible.vim":
Zeile 75:
E484: Kann die Datei /tmp/v6DUcSY/0 nicht öffnen

In english, this means it can't open /tmp/v6DUcSY/0

I don't know what's causing this.

what is the value of $XDG_DATA_HOME? In vim, enter the command:

:echo $XDG_DATA_HOME

tusj commented

I am afraid it's unset. The weird thing is that it has worked fine for some months now, without any problems. I noticed today that the taglist plugin shows the same error message. So I need to figure out what I changed..

I assume it's the system('uname'). It's moot. This code has been nothing but trouble.

tusj commented

I found the root of my problem. I had set a new shell as default shell, called fish, which is not compatible with bourne shells. I now explicitly set the shell used for vim.

That's a common enough problem that I think it makes sense for sensible.vim to work around it, actually.

zhon commented

I am sad to see the temporary directories gone. Your working through the issues has saved me countless hours. Thank you.

More likely user error.