aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private
Commit message (Expand)AuthorAge
* 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
|\
| * fix(helpers): restore channel id after a call to WITH_SCRIPT_CONTEXTglacambre2023-02-11
* | 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
* feat(api): show more exception infoerw72023-01-16
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* refactor(uncrustify): improved formatting rulesdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl2022-06-21
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor(api): move command related API to separate filebfredl2022-06-12
* refactor(api): move extmark specific functions to api/extmark.cbfredl2022-06-12