Commands
- Migrated the _version command from handleCompletionVersion to CmdVersion.
This commit is contained in:
@@ -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" ||
|
||||
|
||||
Reference in New Issue
Block a user