From 87d9f9b7097fb0cfe083876dd62efe40718cf322 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 23 May 2013 15:36:29 -0400 Subject: Replace VimClojure with vim-clojure-static --- .gitmodules | 6 +++--- bundle/VimClojure | 1 - bundle/vim-clojure-static | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 bundle/VimClojure create mode 160000 bundle/vim-clojure-static diff --git a/.gitmodules b/.gitmodules index 0904cec5..9324cb0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,9 +37,6 @@ [submodule "bundle/webapi-vim"] path = bundle/webapi-vim url = https://github.com/mattn/webapi-vim.git -[submodule "bundle/VimClojure"] - path = bundle/VimClojure - url = https://github.com/vim-scripts/VimClojure.git [submodule "bundle/refheap.vim"] path = bundle/refheap.vim url = https://github.com/Raynes/refheap.vim.git @@ -55,3 +52,6 @@ [submodule "bundle/vim-gitgutter"] path = bundle/vim-gitgutter url = https://github.com/airblade/vim-gitgutter.git +[submodule "bundle/vim-clojure-static"] + path = bundle/vim-clojure-static + url = https://github.com/guns/vim-clojure-static.git diff --git a/bundle/VimClojure b/bundle/VimClojure deleted file mode 160000 index da2683b9..00000000 --- a/bundle/VimClojure +++ /dev/null @@ -1 +0,0 @@ -Subproject commit da2683b9069e01c133f0c0129386fd6dc053019c diff --git a/bundle/vim-clojure-static b/bundle/vim-clojure-static new file mode 160000 index 00000000..949adf73 --- /dev/null +++ b/bundle/vim-clojure-static @@ -0,0 +1 @@ +Subproject commit 949adf73ae1a82c48cd951677c055bd38a30af99 -- cgit 1.4.1