I just ran :help registers in Vim and noticed that # \'contains the name of the alternate file\'.
:help registers
#
I have seen an example for renaming files
I use it in the buffer context to return to the last buffer that I was editing
vim foo bar :n :e#
will take you back to foo in that case