-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:Nopen for built-ins doesn't work for io.js #23
Comments
Hey! Thanks. I'll look into that. I haven't yet gotten on the Io.js wagon myself, but given that it's often symlinked as |
Ugh, both Io.js and Node.js don't return their name on |
|
I'd suggest against checking if |
I meant checking if it symlinks to a binary named |
That would actually be a bad idea too ;) → ls -la /usr/local/bin/iojs
lrwxr-xr-x 1 rsc brew 29 Jun 28 18:09 /usr/local/bin/iojs -> ../Cellar/iojs/2.3.1/bin/iojs |
It still points to a binary named |
ah! |
Just thought you'd know that using Nopen for bulitns (eg
:Nopen fs
) doesn't work for io.js. It'll try to look for the file for node v2.5.0 (or whatever version you're on).The text was updated successfully, but these errors were encountered: