mirror of
https://github.com/neovim/neovim.git
synced 2026-02-26 20:31:02 +10:00
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.