From de0915a6b35fbab476beb6ed8da192bad99f5e05 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 15 Nov 2012 13:15:53 -0800 Subject: [PATCH] Use garbas snipmate instead of msanders; the latter is abandoned --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5d0616b..6d97033 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,7 @@ vimbundles=( \ command-t "https://github.com/wincent/Command-T.git" \ gundo "https://github.com/sjl/gundo.vim.git" \ repeat "https://github.com/tpope/vim-repeat" \ - snipmate "https://github.com/msanders/snipmate.vim.git" \ + snipmate "https://github.com/garbas/vim-snipmate.git" \ solarized "https://github.com/altercation/vim-colors-solarized.git" \ speeddating "https://github.com/tpope/vim-speeddating.git" \ surround "https://github.com/tpope/vim-surround.git" \