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

@@ -136,6 +136,8 @@ void Cmd::load ()
commands.push_back ("_version");
commands.push_back ("_urgency");
commands.push_back ("_query");
commands.push_back ("_zshcommands");
commands.push_back ("_zshids");
commands.push_back ("export.csv");
commands.push_back ("export.ical");
commands.push_back ("export.yaml");
@@ -243,6 +245,8 @@ bool Cmd::isReadOnlyCommand ()
command == "_version" ||
command == "_urgency" ||
command == "_query" ||
command == "_zshcommands" ||
command == "_zshids" ||
command == "export.csv" ||
command == "export.ical" ||
command == "export.yaml" ||