aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private
Commit message (Expand)AuthorAge
* 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
|\
| * 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