I'm on Lubuntu 12.04.
When I'm in Vim and the cursor is over a reference to a file,
and I try to travel into that file through a shortcut key I get error:
Error detected while processing BufWinLeave Auto commands for "*":
E739: Cannot create directory: /home/hermann/.vim/view
Press ENTER or type command to continue
Error detected while processing BufWinLeave Auto commands for "*":
E190: Cannot open "/home/hermann/.vim/view/=+media=+d1=+website=+index.html=" for writing
What does this error mean and how can I make it go away?
:au BufWinLeave– steffen Nov 22 '12 at 9:39:autocmdin your vimrc if you don't need the view. Else check if/home/hermann/.vim/view/exists and is writable by the user that runs vim (:!whoami). – steffen Nov 22 '12 at 9:47