Commands - edit

- Migrated edit.cpp to CmdEdit.
This commit is contained in:
Paul Beckingham
2011-05-28 13:38:44 -04:00
parent ed97fcc108
commit 9af1c71daf
9 changed files with 135 additions and 88 deletions

View File

@@ -160,7 +160,6 @@ void Cmd::load ()
commands.push_back ("delete");
commands.push_back ("done");
commands.push_back ("duplicate");
commands.push_back ("edit");
commands.push_back ("help");
commands.push_back ("import");
commands.push_back ("log");
@@ -281,7 +280,6 @@ bool Cmd::isWriteCommand ()
command == "delete" ||
command == "done" ||
command == "duplicate" ||
command == "edit" ||
command == "import" ||
command == "log" ||
command == "prepend" ||