Zsh completion

- added features #585 and #586
This commit is contained in:
Johannes Schlatow
2011-01-04 21:57:15 +01:00
parent 6a7e741b02
commit 2181c48eb7
5 changed files with 237 additions and 16 deletions

View File

@@ -260,6 +260,8 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "_version") { rc = handleCompletionVersion (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); }
else if (cmd.command == "" &&
sequence.size ()) { rc = handleModify (out); }