aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/marktree.h
Commit message (Expand)AuthorAge
* feat: get/set namespace properties #28728altermo2024-06-07
* feat(extmark): window scoped extmarkaltermo2024-02-21
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* docs: small fixes (#26154)dundargoc2023-11-27
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl2023-11-18
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* refactor: uncrustifydundargoc2023-04-26
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* feat(decorations): support signsLewis Russell2022-03-05
* refactor: include missing assert headerDundar Göc2022-01-26
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* refactor(decorations): mark decorations directly on the marktreeBjörn Linse2021-10-23
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor(marktree): embed the keymap in the MarkTree structBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* Add new marktree data structure for storing marksBjörn Linse2020-01-14