- Notifications
You must be signed in to change notification settings - Fork43
Commit3c5ef4f
committed
Fix completion-handler signature for neovim 0.5.1+
The signature got changed in 0.5.1[1] which caused ncm2's handler tofail with errors such as attempt to index local 'item' (a number value)because the third argument of the handler function isn't the LSPresponse, but additional state.Fixes#200[1]neovim/neovim@cd8f6c51 parentd2d8cc4 commit3c5ef4f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments
Comments
(0)