vidar
vidar copied to clipboard
Save as
Description
Menu option for saving changes as separate file with (or without) reloading current file.
Expected behavior
Save as is in the menu
Actual behavior
Save as is not in the menu
I think, it can be implement by anology with open file command but without "aggresive" hints.
Note that save
should become an op that is shared between save-current-file
and save-all-open-files
so that save-all-open-files
will still trigger any hooks bound to save-current-file
.