- Converted info report to ViewText.
- Fixed bug in history report.
- Removed rc.blanklines from Config.cpp defaults.
This commit is contained in:
Paul Beckingham 2011-05-12 00:19:56 -04:00
parent c1b4f34a70
commit 9e3e40c3a9
3 changed files with 91 additions and 120 deletions

View file

@ -253,7 +253,6 @@ std::string Config::defaults =
"default.command=list # When no arguments are specified\n"
"\n"
"_forcecolor=no # Forces color to be on, even for non TTY output\n"
"blanklines=true # Use more whitespace in 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"