aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
Commit message (Expand)AuthorAge
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* refactor(api): use arena for nvim_put and nvim_pastebfredl2024-02-19
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* refactor(api): use arena for autocmdsbfredl2024-02-18
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* 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
* fix(api): don't set coladd of mark (#26648)zeertzjq2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-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
* build: remove PVSdundargoc2023-11-12
* 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(api): new helper macrosFamiu Haque2023-05-23
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* feat(api): show more exception infoerw72023-01-16
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* 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
* 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: 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
* 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
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30