From 3c1ebe63326f7bb73a135aa4ad1448a4d291e954 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 15 Nov 2012 18:39:34 -0800 Subject: [PATCH] snipmate as a module --- .gitmodules | 3 +++ .vim/bundle/snipmate | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/snipmate diff --git a/.gitmodules b/.gitmodules index fce7928..cc33acb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule ".vim/bundle/EasyGrep"] path = .vim/bundle/EasyGrep url = https://github.com/vim-scripts/EasyGrep.git +[submodule ".vim/bundle/snipmate"] + path = .vim/bundle/snipmate + url = git://github.com/msanders/snipmate.vim.git diff --git a/.vim/bundle/snipmate b/.vim/bundle/snipmate new file mode 160000 index 0000000..f5a75d0 --- /dev/null +++ b/.vim/bundle/snipmate @@ -0,0 +1 @@ +Subproject commit f5a75d075d3c005ebe69e3f5e56cf99516e8aa3b