Acorn.jl/src/cmds/save.jl

7 lines
147 B
Julia

function commandSave(ed::Editor, args::String)
editorSave(ed, args)
end
addCommand(:save, commandSave,
help="save: save the file")