-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I have a relatively old Ubuntu server (lsb_release -a says Ubuntu 10.04.4 LTS, Vim 7.2 (it is the vim-nox package), and :ruby puts RUBY_VERSION prints 1.8.7). When doing either a :PlugUpdate or :PlugInstall I get:
Error detected while processing function <SNR>9_update..<SNR>9_update_impl:
line 52:
E16: Invalid range: silent 4,$d _
Press ENTER or type command to continue
Setting let g:plug_threads=1 lets me do a :PlugInstall, but weirdly :PlugUpdate fails each individual install with:
error: unknown option `progress'
But this is because the version of git on that machine (1.7.0.4) doesn't have the --progress option in clone and fetch. Actually I don't know why that is there at all since you can't see it, I may submit a pull request just to remove those.
Anyway, I have no idea on the first error, does anyone?
Metadata
Metadata
Assignees
Labels
No labels