| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | make vim.loop == require'luv' | Björn Linse | 2019-06-30 |
| | | | | | | This avoids initializing libluv a second time if a plugin invokes require'luv'. It is probably not an issue, but better to be safe. | ||
| * | 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 | ||
| * | lua: introduce vim.loop (expose libuv event-loop) #10123 | George Zhao | 2019-06-10 |
| Co-authored-by: Andrey Popp <8mayday@gmail.com> closes #9546 closes #10084 | |||