aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* fix(api): don't set coladd of mark (#26648)zeertzjq2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq2023-12-18
* refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(options): split `get_option_value()` into smaller functionsFamiu Haque2023-12-07
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
* feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
* refactor(options): remove SOPT type enums (#26417)Famiu Haque2023-12-06
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* build: enable lintlua for src/ dir #26395Justin M. Keyes2023-12-04
* refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq2023-12-04
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq2023-12-01
* refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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