- 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"

View file

@ -122,7 +122,6 @@ int CmdShow::execute (std::string& output)
" color.undo.after"
" color.undo.before"
" column.padding"
" complete.all.projects"
" complete.all.tags"
" confirmation"
" data.location"