aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.c
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl2023-11-18
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor: iwyu (#26062)zeertzjq2023-11-16
|/
* build: remove PVSdundargoc2023-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
* refactor(extmarks): extmark_del() with MarkTreeIterLuuk van Baal2023-11-01
* refactor: the long goodbyedundargoc2023-10-09
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* vim-patch:9.0.0130: cursor position wrong when inserting around virtual textIbby2023-05-22
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)Lewis Russell2023-02-05
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* fix(decoration): redraw correctly when re-using idsLewis Russell2022-10-14
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* refactor: remove redundant castsDundar Göc2022-08-27
* fix(decorations): nvim_buf_set_extmark breaks conceal #19010ii142022-06-19
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* 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
* feat(api/ui): win_extmarksYatao Li2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* refactor(signcol): smarter invalidation (#17533)Lewis Russell2022-03-06
* feat(decorations): support signsLewis Russell2022-03-05
* feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* fix(extmark): fix missing virt_lines when using id param of set_extmarkBjörn Linse2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* 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: remove redundant castsDundar Göc2021-10-07