kana / vim-flavor

Taste the difference.
https://www.relishapp.com/kana/vim-flavor
MIT License
112 stars 11 forks source link

Fail to git checkout a proper version #12

Closed kana closed 12 years ago

kana commented 12 years ago

It actually runs git checkout -f #<Gem::Version 1.2.3> instead of git checkout -f '1.2.3'! As a result, proper versions will never be checked out nor deployed.