Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created July 31, 2016 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raimon49/53b8e6778e45c07a96f27b24164bdbee to your computer and use it in GitHub Desktop.
Save raimon49/53b8e6778e45c07a96f27b24164bdbee to your computer and use it in GitHub Desktop.
vvmコマンドのソースコード取得先をGitに変更
# インストール済みvvmの更新
$ cd ~/.vvm/repos/vvm
$ git pull origin master
# clone済みhgリポジトリを削除
$ cd ~/.vvm/repos
$ rm -rf vimorg
# git tagを指定してVimをビルド
$ vvm install vimorg--v7.4.2133 --with-features=big --enable-multibyte --without-x --disable-gui --enable-luainterp --with-lua-prefix=/usr
$ vvm use vimorg--v7.4.2133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment