Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

[vim-hug-neovim-rpc] rpc method [nvim_buf_line_count] not implemented in pythonx/neovim_rpc_methods.py. Please send PR or contact the mantainer. #16

Closed
fcying opened this issue Dec 14, 2017 · 4 comments

Comments

@fcying
Copy link

fcying commented Dec 14, 2017

vim version: vim 8.0.1350 install by linuxbrew --with-python3

python3: /home/swguest/.linuxbrew/bin/python3

has('pythonx') 1
has('python3') 1

set pyxversion=3

:echo neovim_rpc#serveraddr()
127.0.0.1:59269

@roxma
Copy link
Owner

roxma commented Dec 14, 2017

Which commit of this plugin are you using?

nvim_buf_line_count is supported with the latest version.

I cannot reproduce the issue.

@fcying
Copy link
Author

fcying commented Dec 14, 2017

ncm version:
commit 0acab11a71dea6bd04264f1e38669bdcbd50f1fa
add ncm-R link
rpc version:
commit 8aae46b
update incompatibility for python None.

On my own computer, ncm work fine with vim && neovim.

On my office server, I'm not a sudo user, so I install vim8 neovim python3 by linuxbrew, ncm can not work with vim8, work fine with neovim.

@Shougo
Copy link
Collaborator

Shougo commented Dec 14, 2017

commit 8aae46b

vim-hug-neovim-rpc is too old.
The plugin version up is required.

@fcying
Copy link
Author

fcying commented Dec 14, 2017

It's work after upgrade rpc, thanks~

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants