summaryrefslogtreecommitdiff
path: root/src/option_types.hh
AgeCommit message (Expand)Author
2014-11-12Cleanup includesMaxime Coste
2014-11-10Add support for unordered_map optionsMaxime Coste
2014-10-07Switch some const String& parameters to StringViewMaxime Coste
2014-10-06Use ',' instead of '|' as tuple option fields separatorsMaxime Coste
2014-10-06scrolloff is now a line,column pairMaxime Coste
2013-11-16fix invalid value handling for yes no ask optionsMaxime Coste
2013-10-21Add YesNoAsk type for optionsMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-07-24go back to : as set/list separator in optionsMaxime Coste
2013-07-24list,set and tuple options support escaping the separatorMaxime Coste
2013-05-17revive str_to_int so that the good exception type is thrown on errorMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-05-06add unordered_set option support, use it for completersMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-02Change list separators to ; and tuple separators to |Maxime Coste
2013-03-31add support for adding to options instead of replacingMaxime Coste
2013-03-29Add support for tuple Options, implement LineAndFlag using thatMaxime Coste
2013-03-26Make TypedOption templates publicMaxime Coste
2013-03-26Add a special option type LineAndFlag, use it for FlagLines highlighterMaxime Coste