aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_api_dispatch.lua
Commit message (Expand)AuthorAge
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* refactor(lua): rename nlua_msgpack_ => nlua_api_Björn Linse2021-08-28
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
* api: add textlock checknotomo2020-12-15
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...Yatao Li2020-04-28
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* jobstop(): close channel before process_stop() #10522Justin M. Keyes2019-07-17
* Fix luacheck errors for all Lua source filesSameed Ali2019-07-04
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* API: Accept empty lists as dictionariesKillTheMule2018-05-23
* *: Add some PVS commentsZyX2018-04-15
* api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLYBjörn Linse2017-05-10
* generators: separate source generators from scriptsBjörn Linse2017-05-10