mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #618
- Applied patch to fix bug #618, so that the configuration setting 'edit.verbose' can be set to 'no' and eliminate the help text when using the 'task edit' command (thanks to Steve Rader). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
8fefc8c12a
commit
86eef4c184
7 changed files with 57 additions and 27 deletions
|
@ -66,6 +66,7 @@ std::string Config::defaults =
|
|||
"curses=on # Detects terminal width\n"
|
||||
"defaultwidth=80 # Without detection, assumed width\n"
|
||||
"#editor=vi # Preferred text editor\n"
|
||||
"edit.verbose=yes # Include comments in files created during task edit\n"
|
||||
"\n"
|
||||
"# Miscellaneous\n"
|
||||
"verbose=yes # Provide extra feedback\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue