Documentation: Updated to reflect the '_tags' changes
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -118,6 +118,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||||||
Peter Rochen
|
Peter Rochen
|
||||||
Oota Toshiya
|
Oota Toshiya
|
||||||
ribbon
|
ribbon
|
||||||
|
Daniel Shahaf
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|||||||
@@ -68,6 +68,8 @@
|
|||||||
and replaced by the new '_unique' helper command, which generates lists of
|
and replaced by the new '_unique' helper command, which generates lists of
|
||||||
unique values for the specified attribute.
|
unique values for the specified attribute.
|
||||||
- "import" can now import JSON arrays, the new default "export" output.
|
- "import" can now import JSON arrays, the new default "export" output.
|
||||||
|
- The '_tags' helper command now includes virtual tags (thanks to Daniel
|
||||||
|
Shahaf).
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -172,11 +172,11 @@ int CmdCompletionTags::execute (std::string& output)
|
|||||||
unique[tag] = 0;
|
unique[tag] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// add built-in tags to map
|
// Add built-in tags to map.
|
||||||
unique["nocolor"] = 0;
|
unique["nocolor"] = 0;
|
||||||
unique["nonag"] = 0;
|
unique["nonag"] = 0;
|
||||||
unique["nocal"] = 0;
|
unique["nocal"] = 0;
|
||||||
unique["next"] = 0;
|
unique["next"] = 0;
|
||||||
unique["BLOCKED"] = 0;
|
unique["BLOCKED"] = 0;
|
||||||
unique["UNBLOCKED"] = 0;
|
unique["UNBLOCKED"] = 0;
|
||||||
unique["BLOCKING"] = 0;
|
unique["BLOCKING"] = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user