From f16590af888d13d9ef4d7a71cf292278746e0509 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 11 Jan 2012 11:07:32 -0800 Subject: [PATCH] Added jasmine.vim for jasmin unit tests --- .gitmodules | 3 +++ README.md | 1 + vim/bundle/claco-jasmine | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/claco-jasmine diff --git a/.gitmodules b/.gitmodules index 5070bbe0..0327d6c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -193,3 +193,6 @@ [submodule "vim/bundle/kien-tabman"] path = vim/bundle/kien-tabman url = https://github.com/kien/tabman.vim +[submodule "vim/bundle/claco-jasmine"] + path = vim/bundle/claco-jasmine + url = https://github.com/claco/jasmine.vim diff --git a/README.md b/README.md index 7aee1376..5ffd64e6 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Included vim plugins * ruby.vim - lots of general enhancements for ruby dev * necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N) * snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet + * jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc.. **TextObjects** diff --git a/vim/bundle/claco-jasmine b/vim/bundle/claco-jasmine new file mode 160000 index 00000000..525ba385 --- /dev/null +++ b/vim/bundle/claco-jasmine @@ -0,0 +1 @@ +Subproject commit 525ba3857ab4628091f67a9b14638b3f9fa77568