-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error occured, code: 255
when calling PadawanGenerateIndex
#15
Comments
Can you run: |
Yes, it is in the $PATH - both |
@cprn can you manually run |
I am also running into this issue, and can verify that Composer's bin directory is on my path.
...works |
When I open empty buffer in a project directory and call
Tiny detail: I use |
hm. It looks like the issue occurs when there is now file in a buffer |
I can confirm that error. With no buffer loaded, I get error 255. |
IMO, the problem comes from this line |
@greg0ire |
Why not use |
In regards to using :pwd
/home/cprn/
:vsp tmp/foobar.txt " opens buffer with file in different working directory
:pwd
/home/cprn/ " even though I'm in a buffer with different directory |
or do |
Okay... Then I find it sensible to always use |
I just installed padawan server and plugin. Running
:PadawanGenerateIndex
in root of composer project returnsError occured, code: 255
. My home dir.composer/vendor/bin
is in$PATH
, I runneovim
on Ubuntu GNOME 16.04 (up to date) and successfully calledsudo pecl install event-2.0.4.tgz
(which should provideext-event
). What else can I do? How do I debug this?The text was updated successfully, but these errors were encountered: