aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/context.c
Commit message (Expand)AuthorAge
* refactor(api): use typed keysetsbfredl2023-08-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* 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-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: add pure attribute to pure functionsDundar Göc2022-04-13
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29
* refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse2021-10-29
* refactor: format with uncrustify #15722dundargoc2021-09-19
* option: use char* for get_option_value() paramJan Edmund Lazo2021-02-07
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* Context: rename "buflist" => "bufs"Justin M. Keyes2019-09-14
* API: Context: save/restoreAbdelhakeem2019-07-27
* API: ContextJustin M. Keyes2019-07-27