I'm trying to get rid of
Error detected while processing FocusLost Auto commands for "*":
E141: No file name for buffer 1
I checked out: Vim: Saving on FocusLost and executing auto command
and: How can I make Vim autosave files when it loses focus?
but adding autocmd FocusLost * nested silent! wall
to the end of my .vimrc
didn't help
Any ideas?
I'm using MacVim