aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private
Commit message (Expand)AuthorAge
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
* refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2023-12-22
* refactor: run IWYU on entire repodundargoc2023-12-21
* fix(api): don't set coladd of mark (#26648)zeertzjq2023-12-19
* 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: object_to_vim() cannot failJustin M. Keyes2023-12-07
* feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
* 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: fix headers with IWYUdundargoc2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.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
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-11-27
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* 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
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor(api): remove `BOOL` macro #23936Famiu Haque2023-06-06
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* refactor: uncrustifydundargoc2023-04-26
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* fix(buffer_updates): save and restore current window cursor (#16732)zeertzjq2023-03-09
* fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes2023-02-16
* Merge #22214 move init_default_autocmds to luaJustin M. Keyes2023-02-14
|\