summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/marktree.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27docs: small fixes (#26154)dundargoc1
2023-11-27build(clint): more precise check for "defs" headers (#26236)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-22refactor(decorations): break up Decoration struct into smaller piecesbfredl1
2023-11-18refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-11-08feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal1
2023-11-05feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-12feat(extmark): support proper multiline rangesbfredl1
2023-05-17refactor(map): avoid duplicated khash_t types for valuesbfredl1
2023-04-26refactor: uncrustifydundargoc1
2023-03-16refactor(extmarks): some minor internal API changesbfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-03-05feat(decorations): support signsLewis Russell1
2022-01-26refactor: include missing assert headerDundar Göc1
2022-01-15refactor(extmarks): use a more efficient representationBjörn Linse1
2021-10-23feat(decorations): support more than one virt_lines blockBjörn Linse1
2021-10-23refactor(decorations): mark decorations directly on the marktreeBjörn Linse1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-08-22refactor(marktree): embed the keymap in the MarkTree structBjörn Linse1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2020-10-10api: multiple decoration providers at onceBjörn Linse1
2020-01-14Add new marktree data structure for storing marksBjörn Linse1