| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix luacheck errors for all Lua source files | Sameed Ali | 2019-07-04 |
| | | |||
| * | api/lua: make nvim_execute_lua use native lua floats, not special tables | Björn Linse | 2019-07-01 |
| | | | | | | | | | | | Rationale: the purpose of nvim_execute_lua is to simply call lua code with lua values. If a lua function expects a floating point value, it should be enough to specify a float as argument to nvim_execute_lua. However, make sure to preserve the existing roundtripping behavior of API values when using `vim.api` functions. This is covered by existing lua/api_spec.lua tests. | ||
| * | libluv: use luv_set_callback to control callback execution | Björn Linse | 2019-06-30 |
| | | | | | | Disable the use of deferred API functions in a fast lua callback Correctly display error messages from a fast lua callback | ||
| * | rename: FUNC_API_ASYNC => FUNC_API_FAST | Björn Linse | 2019-06-30 |
| | | |||
| * | api: allow nvim_buf_attach from lua using callbacks | Björn Linse | 2019-06-04 |
| | | |||
| * | build: -Wmissing-prototypes | Justin M. Keyes | 2019-02-04 |
| | | | | | | | | ref #343 Though I don't see a strong benefit, it isn't too much of a burden, and maybe avoids confusion in some cases. | ||
| * | log: RPC, input, other events | Justin M. Keyes | 2018-09-19 |
| | | |||
| * | API: Accept empty lists as dictionaries | KillTheMule | 2018-05-23 |
| | | |||
| * | *: Add some PVS comments | ZyX | 2018-04-15 |
| | | |||
| * | api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLY | Björn Linse | 2017-05-10 |
| | | |||
| * | generators: separate source generators from scripts | Björn Linse | 2017-05-10 |