aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.h
Commit message (Expand)AuthorAge
* 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
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl2023-11-18
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* 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(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* 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
* fix(extmarks): revert to int for extmark rowzeertzjq2022-05-07
* refactor: enable -Wconversion warning for edit.cDundar Goc2022-05-06
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* luahl: temporary workaround for virt_text ownership ambiguityBjörn Linse2020-09-13
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* extmark: use resonable names in extmark_spliceBjörn Linse2020-09-09
* decor: sketch new decorations APIBjörn Linse2020-09-03
* treesitter: cleanup some luahl stuffBjörn Linse2020-02-10
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20