Context: Add news.version among configuration defaults
Otherwise news.version shows up as unrecognized variable.
This commit is contained in:
@@ -115,6 +115,7 @@ std::string configurationDefaults =
|
|||||||
"expressions=infix # Prefer infix over postfix expressions\n"
|
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||||
"json.array=1 # Enclose JSON output in [ ]\n"
|
"json.array=1 # Enclose JSON output in [ ]\n"
|
||||||
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"
|
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"
|
||||||
|
"news.version= # Latest version higlights read by the user\n"
|
||||||
"\n"
|
"\n"
|
||||||
"# Dates\n"
|
"# Dates\n"
|
||||||
"dateformat=Y-M-D # Preferred input and display date format\n"
|
"dateformat=Y-M-D # Preferred input and display date format\n"
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ int CmdShow::execute (std::string& output)
|
|||||||
" list.all.tags"
|
" list.all.tags"
|
||||||
" locking"
|
" locking"
|
||||||
" nag"
|
" nag"
|
||||||
|
" news.version"
|
||||||
" obfuscate"
|
" obfuscate"
|
||||||
" print.empty.columns"
|
" print.empty.columns"
|
||||||
" recurrence"
|
" recurrence"
|
||||||
|
|||||||
Reference in New Issue
Block a user