mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-266
- TW-266 Allow project auto-completion to search completed tasks (thanks to Kosta Harlan).
This commit is contained in:
parent
d29b6d5631
commit
525f3cda75
5 changed files with 3 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue