summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/extmark.h
AgeCommit message (Expand)AuthorFiles
2024-01-18refactor(extmarks): remove unused new pos from ExtmarkSavePosLuuk van Baal1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-11-30refactor: move extern variables out of _defs.h files (#26320)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-27build(IWYU): replace public-to-public mappings with pragmas (#26237)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-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
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-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-04-01feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal1
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-05-07fix(extmarks): revert to int for extmark rowzeertzjq1
2022-05-06refactor: enable -Wconversion warning for edit.cDundar Goc1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-01-24feat(api): expose extmark right_gravity and end_right_gravitynotomo1
2022-01-15refactor(extmarks): use a more efficient representationBjörn Linse1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-11-07decoration: split out "decoration" from "extmark" moduleBjörn Linse1
2020-10-10api: multiple decoration providers at onceBjörn Linse1
2020-09-13luahl: temporary workaround for virt_text ownership ambiguityBjörn Linse1
2020-09-09api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse1
2020-09-09extmark: use resonable names in extmark_spliceBjörn Linse1
2020-09-03decor: sketch new decorations APIBjörn Linse1
2020-02-10treesitter: cleanup some luahl stuffBjörn Linse1
2020-01-20shed biking: it's always extmarks, never marks extendedBjörn Linse1