aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* | docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18
|/
* refactor(marktree): unpaired marktree_get_alt() returns itselfLuuk van Baal2024-01-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
* refactor(api): redundant `ml_mfp` check #26059Justin M. Keyes2024-01-02
* docs: clarify on_bytes argumentsJaehwang Jung2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* docs: small fixes (#26651)dundargoc2023-12-28
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* Merge pull request #26642 from famiu/refactor/options/misczeertzjq2023-12-24
|\
| * refactor(options): move some functions from options.c to option.cFamiu Haque2023-12-23
* | refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq2023-12-23
|/
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2023-12-22
* | refactor: run IWYU on entire repodundargoc2023-12-21
|/
* 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