Is there a simple way to (in VIM) do save the currently open file with it\'s current name plus an appended phrase?
IE, from /home/affert/ type vim /
/home/affert/
vim /
Easy:
:w %_BACKUP
If you need override:
:w %_BACKUP!
The it gonna answer:
"filename_BACKUP!" [New] XL, XC written