aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/marktree.h
Commit message (Collapse)AuthorAge
* api: multiple decoration providers at onceBjörn Linse2020-10-10
|
* Add new marktree data structure for storing marksBjörn Linse2020-01-14
This is inspired by Atom's "marker index" data structure to efficiently adjust marks to text insertions deletions, but uses a wide B-tree (derived from kbtree) to keep the nesting level down.