aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/extmark.c
Commit message (Expand)AuthorAge
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* fix(decorations): better approximation of botline #24794Jaehwang Jung2023-09-11
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor(api): use typed keysetsbfredl2023-08-07
* test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq2023-07-13
* docs: autocmds, miscJustin M. Keyes2023-06-25
* feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq2023-06-22
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq2023-06-22
* test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
* Merge pull request #23730 from famiu/refactor/api/helpersbfredl2023-05-23
|\
| * refactor(api): new helper macrosFamiu Haque2023-05-23
* | feat(ui): inline 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
* refactor: uncrustifydundargoc2023-04-26
* fix(api): extmark highlight groups not always included in details (#23179)luukvbaal2023-04-18
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* 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