summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/context.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-11refactor(shada): use msgpack_sbuffer lessbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-07refactor(options): split `get_option_value()` into smaller functionsFamiu Haque1
2023-12-07refactor: object_to_vim() cannot failJustin M. Keyes1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-11fix(context): don't leak memory on multiple invalid objects (#25979)zeertzjq1
2023-11-11fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2022-11-28refactor: replace char_u with chardundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-07vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq1
2022-08-24refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl1
2022-08-12vim-patch:8.1.1689: profiling code is spread outzeertzjq1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-04-13refactor: add pure attribute to pure functionsDundar Göc1
2022-02-28feat(lua): show proper verbose output for lua configurationshadmansaleh1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-29refactor(api): break out Vim script functions to its own fileBjörn Linse1
2021-10-29refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse1
2021-09-19refactor: format with uncrustify #15722dundargoc1
2021-02-07option: use char* for get_option_value() paramJan Edmund Lazo1
2019-12-02API: deprecate nvim_command_outputJustin M. Keyes1
2019-09-14Context: rename "buflist" => "bufs"Justin M. Keyes1
2019-07-27API: Context: save/restoreAbdelhakeem1
2019-07-27API: ContextJustin M. Keyes1