- Migrated the _version command from handleCompletionVersion to
  CmdVersion.
This commit is contained in:
Paul Beckingham
2011-05-24 20:57:24 -04:00
parent fc77e04b54
commit 54d98a6b2d
8 changed files with 40 additions and 29 deletions

View File

@@ -134,7 +134,6 @@ void Cmd::load ()
commands.push_back ("_commands");
commands.push_back ("_ids");
commands.push_back ("_config");
commands.push_back ("_version");
commands.push_back ("_urgency");
commands.push_back ("_query");
commands.push_back ("_zshcommands");
@@ -241,7 +240,6 @@ bool Cmd::isReadOnlyCommand ()
command == "_commands" ||
command == "_ids" ||
command == "_config" ||
command == "_version" ||
command == "_urgency" ||
command == "_query" ||
command == "_zshcommands" ||