aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/extmark.c
Commit message (Expand)AuthorAge
* feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* fix(extmarks): don't leak memory on error (#22507)zeertzjq2023-03-05
* docs: fix typos (#22353)zeertzjq2023-02-22
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* docs: fix typos (#21427)dundargoc2023-01-04
* docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* docs: add links to extmarks and namespaces (#21378)ii142022-12-12
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-11
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
* refactor(api): move extmark specific functions to api/extmark.cbfredl2022-06-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* Merge pull request #18608 from ckipp01/extmarkDocsbfredl2022-05-22
|\
| * docs(extmark): remove message about passing in id=0ckipp012022-05-18
* | perf(cid/350479): avoid copying ExtmarkInfo when calling extmark_to_array()James McCoy2022-05-20
|/
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | refactor(decor): use decor levels properlybfredl2022-05-07
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* feat(api/ui): win_extmarksYatao Li2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc2022-04-29
* docs(extmark): fix nvim_buf_get_extmarks example (#17934)dundargoc2022-03-31
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(decorations): move provider codeLewis Russell2022-03-10
* feat(decorations): support signsLewis Russell2022-03-05
* feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* feat(api): expose extmark more detailsnotomo2022-01-20
* Merge pull request #16836 from bfredl/mark2bfredl2022-01-15
|\
| * refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* | Address review r3Michael Lingelbach2022-01-15
* | Address review r2Michael Lingelbach2022-01-12