- TW-266 Allow project auto-completion to search completed tasks (thanks to
         Kosta Harlan).
This commit is contained in:
Paul Beckingham
2014-06-24 23:19:50 -04:00
parent d29b6d5631
commit 525f3cda75
5 changed files with 3 additions and 8 deletions

View File

@@ -285,7 +285,6 @@ std::string Config::_defaults =
"default.command=next # When no arguments are specified\n"
"\n"
"_forcecolor=no # Forces color to be on, even for non TTY output\n"
"complete.all.projects=no # Include old project names in '_projects' command\n"
"complete.all.tags=no # Include old tag names in '_ags' command\n"
"list.all.projects=no # Include old project names in 'projects' command\n"
"list.all.tags=no # Include old tag names in 'tags' command\n"