summaryrefslogtreecommitdiff
path: root/test/regression/1275-replaced-range-split/cmd
AgeCommit message (Collapse)Author
2018-07-08Rename highlighters that used an underscore to use a dashMaxime Coste
For example `show_matching` is now `show-matching`.
2017-10-28Move highlighters into ScopesMaxime 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-04-19Do not try to split non range atoms in column highlighterMaxime Coste
That means we wont have a very nice interaction between show_whitespaces and column highlighters, but thats the simplest fix for now, if we want a better behaviour we need to introduce a way to know that a replaced range is splittable (meaning it means to have the same amount of columns as the range it replaces) Fixes #1275