CmdShow: Add context related variables
This commit is contained in:
committed by
Paul Beckingham
parent
ee23a099f2
commit
98410cff42
@@ -127,6 +127,7 @@ int CmdShow::execute (std::string& output)
|
||||
" column.padding"
|
||||
" complete.all.tags"
|
||||
" confirmation"
|
||||
" context"
|
||||
" data.location"
|
||||
" dateformat"
|
||||
" dateformat.annotation"
|
||||
@@ -230,6 +231,7 @@ int CmdShow::execute (std::string& output)
|
||||
i->first.substr (0, 14) != "color.project." &&
|
||||
i->first.substr (0, 10) != "color.tag." &&
|
||||
i->first.substr (0, 10) != "color.uda." &&
|
||||
i->first.substr (0, 8) != "context." &&
|
||||
i->first.substr (0, 8) != "holiday." &&
|
||||
i->first.substr (0, 7) != "report." &&
|
||||
i->first.substr (0, 6) != "alias." &&
|
||||
|
||||
Reference in New Issue
Block a user