aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* Merge pull request #26292 from luukvbaal/decorbfredl2023-11-29
|\
| * fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29
* | refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
|/
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* Merge pull request #26249 from bfredl/concealcharbfredl2023-11-28
|\
| * feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* | refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
|/
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: remove vim.h from more headers (#26244)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-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: enable formatting for ternariesdundargoc2023-11-20
* 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
* | feat(tui): support DCS responses in TermResponse event (#26061)Gregory Anders2023-11-16
* | refactor: iwyu (#26062)zeertzjq2023-11-16
* | refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
|/
* refactor: vim.ui.clipboard #26040Justin M. Keyes2023-11-14
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* refactor: move background color detection into LuaGregory Anders2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* fix(PVS/V564): the '|' operator is applied to bool type valuedundargoc2023-11-11
* refactor: remove redundant castsdundargoc2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* Merge pull request #25767 from luukvbaal/signdelbfredl2023-11-08
|\
| * feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* | feat(tui): use TermResponse event for OSC responses (#25868)Gregory Anders2023-11-06
|/
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* Merge pull request #25859 from luukvbaal/extmarkdelbfredl2023-11-02
|\
| * refactor(extmarks): extmark_del() with MarkTreeIterLuuk van Baal2023-11-01
* | feat(server): allow embed with listen (#25709)George Harker2023-11-01
|/
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* docs: small fixes (#25585)dundargoc2023-10-29
* fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael2023-10-29
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25