-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feature request , bundle-like version lock ? #253
Comments
👍 locking version or checking out branches would be a great feature. |
So you mean like being able to specify the specific commit at which it should lock on? In other words, make that plugin not update? |
Exactly. 👍 |
I see, that would be a useful thing, I agree this should be a feature. |
+1. |
Something along the lines of Bundle 'repository-stuff' 'commit-hash/tag/branch' For example Bundle 'gmarik/vundle' '0.9.1' Which is almost the same as ruby Gemfiles |
I don't know enough vim scripting to be able to implement it, but I can give some specifications for the implementation. The URL scheme would be:
|
That would be another way to solve it without a second argument yes, and removing the ambiguity of branches/commits/tags |
👍 |
👍 what's the status of this issue? Looking forward. |
Can we get a decision about this feature? |
Closing as dup of #35 |
locking plugins version is more safe , why ? please see this issue preservim/nerdtree#223
another solution is i fork all the plugins , and in my vimrc , bundle that . but ................
The text was updated successfully, but these errors were encountered: