From 650c6cf6bbd88a0413a28b31465a9548edf667d0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 1 Jan 2013 10:13:09 -0500 Subject: [PATCH] Documentation - Updated NEWS file to include new config setting. - Updated 'show' command so it knows about the new setting. --- NEWS | 1 + src/commands/CmdShow.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index f8f957ae8..f0d245791 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ New commands in taskwarrior 2.2.0 New configuration options in taskwarrior 2.2.0 - New color rule 'color.uda.'. + + Added the configuration variable 'print.empty.columns'. Newly deprecated features in taskwarrior 2.2.0 diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 8e80b4695..a4e802b82 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -173,6 +173,7 @@ int CmdShow::execute (std::string& output) " monthsperline" " nag" " patterns" + " print.empty.columns" " pull.default.uri" " push.default.uri" " recurrence.indicator"