mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
Add new marktree data structure for storing marks
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.
This commit is contained in:
1188
src/nvim/marktree.c
Normal file
1188
src/nvim/marktree.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user