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

@ -69,6 +69,8 @@ int handleCompletionConfig (std::string&);
int handleCompletionVersion (std::string&);
int handleUrgency (std::string&);
int handleQuery (std::string&);
int handleZshCompletionCommands (std::string&);
int handleZshCompletionIDs (std::string&);
int handleVersion (std::string&);
int handleConfig (std::string&);
int handleShow (std::string&);