|  | Commit message (Collapse) | Author | Age | 
|---|
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Flaky test (osx):
    [  FAILED  ] ...is/build/neovim/neovim/test/functional/lua/loop_spec.lua @ 23: vim.loop timer
    ...is/build/neovim/neovim/test/functional/lua/loop_spec.lua:56: Expected objects to be the same.
    Passed in:
    (number) 0
    Expected:
    (number) 2
    stack traceback:
            ...is/build/neovim/neovim/test/functional/lua/loop_spec.lua:56: in function <...is/build/neovim/neovim/test/functional/lua/loop_spec.lua:23>
It was bumped from sleeping for 20ms to 50ms in d33aaa0f5f already. | 
| | 
| 
| 
| 
| | This avoids initializing libluv a second time if a plugin invokes
require'luv'. It is probably not an issue, but better to be safe. | 
| | 
| 
| 
| 
| | Disable the use of deferred API functions in a fast lua callback
Correctly display error messages from a fast lua callback | 
|  | Co-authored-by: Andrey Popp <8mayday@gmail.com>
closes #9546
closes #10084 |