Command: tags
- CmdTags was missing one special tag.
This commit is contained in:
@@ -105,6 +105,7 @@ int CmdTags::execute (std::string& output)
|
|||||||
special = (context.color () &&
|
special = (context.color () &&
|
||||||
(i->first == "nocolor" ||
|
(i->first == "nocolor" ||
|
||||||
i->first == "nonag" ||
|
i->first == "nonag" ||
|
||||||
|
i->first == "nocal" ||
|
||||||
i->first == "next")) ? true : false;
|
i->first == "next")) ? true : false;
|
||||||
|
|
||||||
int row = view.addRow ();
|
int row = view.addRow ();
|
||||||
@@ -185,8 +186,6 @@ int CmdCompletionTags::execute (std::string& output)
|
|||||||
unique["nonag"] = 0;
|
unique["nonag"] = 0;
|
||||||
unique["nocal"] = 0;
|
unique["nocal"] = 0;
|
||||||
unique["next"] = 0;
|
unique["next"] = 0;
|
||||||
unique["stall"] = 0;
|
|
||||||
unique["someday"] = 0;
|
|
||||||
|
|
||||||
std::stringstream out;
|
std::stringstream out;
|
||||||
std::map <std::string, int>::iterator it;
|
std::map <std::string, int>::iterator it;
|
||||||
|
|||||||
Reference in New Issue
Block a user