CmdShow: Add context related variables

This commit is contained in:
Tomas Babej 2015-02-23 07:52:06 +01:00 committed by Paul Beckingham
parent ee23a099f2
commit 98410cff42

View file

@ -127,6 +127,7 @@ int CmdShow::execute (std::string& output)
" column.padding" " column.padding"
" complete.all.tags" " complete.all.tags"
" confirmation" " confirmation"
" context"
" data.location" " data.location"
" dateformat" " dateformat"
" dateformat.annotation" " dateformat.annotation"
@ -230,6 +231,7 @@ int CmdShow::execute (std::string& output)
i->first.substr (0, 14) != "color.project." && i->first.substr (0, 14) != "color.project." &&
i->first.substr (0, 10) != "color.tag." && i->first.substr (0, 10) != "color.tag." &&
i->first.substr (0, 10) != "color.uda." && i->first.substr (0, 10) != "color.uda." &&
i->first.substr (0, 8) != "context." &&
i->first.substr (0, 8) != "holiday." && i->first.substr (0, 8) != "holiday." &&
i->first.substr (0, 7) != "report." && i->first.substr (0, 7) != "report." &&
i->first.substr (0, 6) != "alias." && i->first.substr (0, 6) != "alias." &&