| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-29 | Use shell specific quoting for env vars | Maxime Coste | |
| Add a test case to validate roundtrips between Kakoune and the shell. | |||
| 2018-07-24 | Quote every option type but integral types | Maxime Coste | |
| Opt-in quoting was a bad choice, lets default to opt-out with all integral types non quoted. | |||
| 2018-07-22 | Opt-in types for quoting of option lists | Maxime Coste | |
| This avoid quoting ints in int-lists for example, as they do not risk containing whitespaces. Fixes #2223 | |||
| 2018-07-05 | Introduce a "double_up" function for doubling up escaping | Maxime Coste | |
| 2018-07-05 | Make selection lists use the option list syntax | Maxime Coste | |
| 2018-05-27 | Refactor option_from_string to return directly the option value | Maxime Coste | |
| 2018-05-21 | Fix incompatible to_string function declaration when size_t is unsigned int | Maxime Coste | |
| 2018-04-29 | Fix tests after changes to json_ui output | Maxime Coste | |
| 2018-04-27 | Add a debug regex command to dump regex instructions | Maxime Coste | |
| 2017-12-07 | Tweak unescape template function to unescape the escape char as well | Maxime Coste | |
| Test that more thouroughly in the unit tests. | |||
| 2017-12-06 | Remove Vector returning split functions, use range adaptor | Maxime Coste | |
| Do not allocate temporary vectors to store splitted data, use the 'split' range adaptor along with transform(unescape) to provide the same feature with less allocations. | |||
| 2017-10-10 | Move all non-core string code to string_utils.{hh,cc} | Maxime Coste | |
