summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-11-26 13:46:03 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-11-26 13:46:03 +0100
commita8226921ac3a02f78b701a6540db649b1eddfcd7 (patch)
treea642b8e173dc83d5bc809fbfa9be8638f3e49323
parenta147b33edc67f441d5edad621837940fb04ecfc2 (diff)
downloadvim4projects-a8226921ac3a02f78b701a6540db649b1eddfcd7.tar.gz
vim4projects-a8226921ac3a02f78b701a6540db649b1eddfcd7.tar.xz
vim4projects-a8226921ac3a02f78b701a6540db649b1eddfcd7.zip
remove code_complete from optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.gitmodules3
m---------git-code_complete0
-rw-r--r--init-optional4
3 files changed, 1 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 8fb2b20..ea86af8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,9 +16,6 @@
[submodule "git-tagbar"]
path = git-tagbar
url = git://github.com/majutsushi/tagbar.git
-[submodule "git-code_complete"]
- path = git-code_complete
- url = git://github.com/mbbill/code_complete.git
[submodule "git-fugitive"]
path = git-fugitive
url = git://github.com/tpope/vim-fugitive.git
diff --git a/git-code_complete b/git-code_complete
deleted file mode 160000
-Subproject 41e30a144e13894f854e1a58358c88888fdd11f
diff --git a/init-optional b/init-optional
index b0f546e..7e94397 100644
--- a/init-optional
+++ b/init-optional
@@ -4,12 +4,10 @@ optional () {
# test results integration
# Tagbar (possible alternative TagList):
# "code navigator" incl. JS support if jsctags installed
- # code_complete:
- # Code completion
# Fugitive:
# Cooperates with git
# Powerline
# Coolness added to the vim awesomeness
- init_git_submodule $1 "git-makegreen" "git-tagbar" "git-code_complete" "git-fugitive" "git-powerline"
+ init_git_submodule $1 "git-makegreen" "git-tagbar" "git-fugitive" "git-powerline"
}
init_register optional