-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
Thanks for the report. I can also reproduce the problem with neovim 0.1.2. |
@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. |
@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. |
Closing as a duplicate of #278. |
/cc @justinmk |
The python-client repo has been getting some attention lately, though not by me. Things might improve soon. |
On Xubuntu 14.04
nvim +PlugUpdate
starts the updater, but it does not show progress bars.
The text was updated successfully, but these errors were encountered: