summaryrefslogtreecommitdiff
path: root/src/function_group.hh
AgeCommit message (Collapse)Author
2013-12-03Add support for defining and referencing highlightersMaxime Coste
* defhl <name> defines a shared highlighter * addhl -def-group <name> adds highlighters to the defined highlighter * addhl ref <name> add the defined highlighter to the window's ones
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-27idvaluemap, FunctionGroup: consitfy completion methodsMaxime Coste
2013-03-27Merge {Filter,Highlighter}Group in a FunctionGroup templateMaxime Coste