Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Could you unlink [Using LibUV in Neovim]? #36

Closed
kevinhwang91 opened this issue Jan 24, 2021 · 3 comments
Closed

Could you unlink [Using LibUV in Neovim]? #36

kevinhwang91 opened this issue Jan 24, 2021 · 3 comments

Comments

@kevinhwang91
Copy link

image

stdio = {stdout,stderr} is wrong, it should be stdio = {nil, stdout,stderr}.

This tutorial about libuv wastes my time when I develop a plugin that needs libuv.

Hope another gets rid of this wrong tutorial.

@nanotee
Copy link
Owner

nanotee commented Jan 24, 2021

That's odd, on my end the order doesn't seem to matter. The code works even if the table only contains {stdout,stderr}. I'll have to investigate this a bit more, the LibUV documentation can be a bit sparse sometimes...

EDIT: Nevermind, I think I see what's happening. I'll send a message to the author so they can fix the article

@kevinhwang91
Copy link
Author

Great! If the issue is gone, free feel to delete this issue or rename its title. :)

@nanotee
Copy link
Owner

nanotee commented Apr 23, 2021

This has been fixed upstream, closing!

@nanotee nanotee closed this as completed Apr 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants