aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark_extended.c
Commit message (Collapse)AuthorAge
* doc: fix typosBrian Wignall2019-11-27
| | | | close #11459
* bufhl: use extmark column adjustment for bufhlBjörn Linse2019-11-23
| | | | | | | | NB: this is not the final implementation. Bufhl should be made a part of the extmark tree, so that "start" adjustment just works automatically. But "stop" will still need some ad-hoc trickery, until extended marks natively support ranges (hopefully sooner than forever).
* extmark: fix spelling of "Extmark"Justin M. Keyes2019-11-11
| | | | | The spelling "Extmark" is used almost everywhere, so don't spell it "ExtMark" inconsistently.
* extmark: rename ExtendedMark => ExtmarkJustin M. Keyes2019-11-11
|
* extmark: review changesBjörn Linse2019-11-11
|
* nsmarks: initial committimeyyy2019-11-11