Skip to content
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

nimsuggest exits with errorcode 143 #16

Closed
observant2 opened this issue Nov 11, 2019 · 1 comment
Closed

nimsuggest exits with errorcode 143 #16

observant2 opened this issue Nov 11, 2019 · 1 comment
Labels
error message Better error message should be issued

Comments

@observant2
Copy link

  • nvim 0.4.2
  • Windows 10
  • ConEmu, Powershell, GitBash (console doesn't matter; error is the same)
  • nim 1.0.2

When I open a nim file there is no autocomplete or anything.
When I close nvim, I see an error output:

nimsuggest instance for project C:\Users\blablabla stopped with exitcode: 143
@alaviss
Copy link
Owner

alaviss commented Nov 18, 2019

This exitcode is rather normal. It's 128 + SIGTERM(15), which is basically just neovim sending the termination signal to nimsuggest. I probably should patch nimsuggest to handle this signal.
As for autocomplete, how did you set it up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error message Better error message should be issued
Projects
None yet
Development

No branches or pull requests

2 participants