From cd783b1d6b8e774cdf27bb6c484fa85b4509ac73 Mon Sep 17 00:00:00 2001 From: jby Date: Thu, 4 Apr 2013 18:31:14 +0200 Subject: [PATCH] Replaced honza/snipmate-snippets with honza/vim-snippets since it seem upstream changed name --- vim/vundles.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vundles.vim b/vim/vundles.vim index 89aafe3..d8c2a42 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -73,7 +73,7 @@ Bundle "vim-scripts/camelcasemotion.git" Bundle "garbas/vim-snipmate.git" Bundle "MarcWeber/vim-addon-mw-utils.git" Bundle "tomtom/tlib_vim.git" -Bundle "honza/snipmate-snippets.git" +Bundle "honza/vim-snippets.git" Bundle "skwp/vim-conque" Bundle "gregsexton/gitv" Bundle "briandoll/change-inside-surroundings.vim.git"