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

"PlugUpdate" as command line argument in neovim does not show progressbars #423

Closed
soysal opened this issue Feb 24, 2016 · 6 comments
Closed

Comments

@soysal
Copy link

soysal commented Feb 24, 2016

On Xubuntu 14.04

nvim +PlugUpdate

starts the updater, but it does not show progress bars.

@soysal soysal changed the title PlugUpdate" as command line argument in neovim does not show progressbars "PlugUpdate" as command line argument in neovim does not show progressbars Feb 24, 2016
@junegunn
Copy link
Owner

Thanks for the report. I can also reproduce the problem with neovim 0.1.2.
@starcraftman can you look into this?

@starcraftman
Copy link
Collaborator

@junegunn I believe this is a dupe of #278, which has remained broken for a while. If I recall, it has to do with the difference in buffer append() behaviour of the python interface. We decided against a hack to vim-plug, and nobody including myself has yet made a patch to neovim's python interface.

@junegunn
Copy link
Owner

@starcraftman Ah, sure. I forgot about that one.

:python import vim; vim.current.buffer.append("hello", len(vim.current.buffer))

still fails on the latest neovim. Hmm.

@junegunn
Copy link
Owner

Closing as a duplicate of #278.

@junegunn
Copy link
Owner

/cc @justinmk

@justinmk
Copy link
Contributor

The python-client repo has been getting some attention lately, though not by me. Things might improve soon.

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

No branches or pull requests

4 participants