neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
578 stars 36 forks source link

nvim: add Module field to QuickfixError #59

Closed zchee closed 5 years ago

zchee commented 5 years ago

nvim: add missing Module field to QuickfixError.

zchee commented 5 years ago

CI was failed but seems to not related this PR.

The latest nvim error message has been changed? "\nouch" -> "Error invoking 'error' on channel 1:\nouch"

/cc @justinmk

zchee commented 5 years ago

seems to related https://github.com/neovim/neovim/pull/9547

justinmk commented 5 years ago

yes, the error message changed.

zchee commented 5 years ago

@justinmk Okay, I'll fix teatcase first than this PR. Thanks advise :)

zchee commented 5 years ago

@justinmk rebased. PTAL.