Commands - _urgency

- Migrated _urgency to CmdUrgency.
This commit is contained in:
Paul Beckingham 2011-05-28 14:07:21 -04:00
parent 9af1c71daf
commit bd93126f4e
8 changed files with 124 additions and 39 deletions

View file

@ -289,7 +289,6 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "_commands") { rc = handleCompletionCommands (out); }
else if (cmd.command == "_ids") { rc = handleCompletionIDs (out); }
else if (cmd.command == "_config") { rc = handleCompletionConfig (out); }
else if (cmd.command == "_urgency") { rc = handleUrgency (out); }
else if (cmd.command == "_query") { rc = handleQuery (out); }
else if (cmd.command == "_zshcommands") { rc = handleZshCompletionCommands (out); }
else if (cmd.command == "_zshids") { rc = handleZshCompletionIDs (out); }