| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-28 | Fix wrap interaction with show-whitespaces and test word wrapping more | Maxime Coste | |
| Consider atom boundaries as word boundaries, which should be correct du to passes ordering. Fixes #5350 | |||
| 2025-06-26 | Rework WrapHighlighter to take replaced ranges into account | Maxime Coste | |
| Replaced ranges will count towards the wrapping column but will not be split. Fixes #4883 | |||
| 2025-06-25 | Add yet another highlighter test | Maxime Coste | |
| 2021-09-07 | Add support for curly underline and separate underline color | Maxime Coste | |
| Add support for a third color in face definition that controls the underline and a 'c' attribute for curly underline (that takes precedence over 'u' if both are specified) Allow empty colors to mean default, so that `,,red+u` means the same as `default,default,red+u` Fixes #4138 | |||
| 2019-10-13 | test: Allow expect-style UI tests, testing any var | Jason Felice | |
| 2018-07-05 | Fix tests and required scripts to get back to green make test | Maxime Coste | |
| 2018-05-19 | test/run: Rename "display" expected ui output file as "ui-out" | Maxime Coste | |
| 2018-04-29 | Fix tests after changes to json_ui output | Maxime Coste | |
| 2018-04-23 | Change client default name: "unnamed0" → "client0" | Delapouite | |
| 2017-10-28 | Move highlighters into Scopes | Maxime Coste | |
| That means we can now have highlighters active at global, buffer, and window scope. The add-highlighter and remove-highlighter syntax changed to take the parent path (scope/group/...) as a mandatory argument, superseeding the previous -group switch. | |||
| 2017-09-18 | Avoid wrapping between punctuation and word | Maxime Coste | |
| Fixes #1550 | |||
