Acorn.jl/src/cmds/save.jl

7 lines
147 B
Julia
Raw Permalink Normal View History

2017-08-03 22:41:59 +02:00
function commandSave(ed::Editor, args::String)
editorSave(ed, args)
end
addCommand(:save, commandSave,
help="save: save the file")