Copy current document to another location in V/Vim

Posted by Derek on Stack Overflow See other posts from Stack Overflow or by Derek
Published on 2010-04-08T18:30:09Z Indexed on 2010/04/08 18:33 UTC
Read the original article Hit count: 461

Filed under:
|

Hi,

Im wondering if there is a command in V/Vim that will save a backup of the current document to another location (e.g., from C:\ to C:\backup). Any subsequent write with the ":w" command will still write to the old location (e.g., C:).

Thanks, Derek

© Stack Overflow or respective owner

Related posts about vim

Related posts about copy