From dfba9054c1a027f5ea3d30072c5eb546df10fd84 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 20 Dec 2011 23:16:55 -0800 Subject: [PATCH] Added vim-rspec plugin forked from taq/vim-rspec, with fixes --- .gitmodules | 3 +++ vim/bundle/skwp-vim-rspec | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/skwp-vim-rspec diff --git a/.gitmodules b/.gitmodules index 04fae54..7de2e4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -178,3 +178,6 @@ [submodule "vim/bundle/bootleq-vim-textobj-rubysymbol"] path = vim/bundle/bootleq-vim-textobj-rubysymbol url = https://github.com/bootleq/vim-textobj-rubysymbol +[submodule "vim/bundle/skwp-vim-rspec"] + path = vim/bundle/skwp-vim-rspec + url = https://github.com/skwp/vim-rspec diff --git a/vim/bundle/skwp-vim-rspec b/vim/bundle/skwp-vim-rspec new file mode 160000 index 0000000..889a1cc --- /dev/null +++ b/vim/bundle/skwp-vim-rspec @@ -0,0 +1 @@ +Subproject commit 889a1cc8c96148fe7c3d12dff35e4d48d12c2057