mirror of
https://github.com/neovim/neovim.git
synced 2026-06-18 01:31:14 +00: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.