From de3f454c46e7d154887c51d1536892fe2b454dfa Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 7 Apr 2014 01:43:17 -0400 Subject: [PATCH] adding the submodule vim-c-cr, which completes functional brackets by hitting ctrl-enter or ctrl-c after writing an open bracket in input mode --- .gitmodules | 3 +++ vim/bundle/vim-c-cr | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-c-cr diff --git a/.gitmodules b/.gitmodules index ae774d3..fe3f6f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,3 +85,6 @@ [submodule "vim/bundle/vim-move"] path = vim/bundle/vim-move url = https://github.com/matze/vim-move.git +[submodule "vim/bundle/vim-c-cr"] + path = vim/bundle/vim-c-cr + url = https://github.com/jtmkrueger/vim-c-cr.git diff --git a/vim/bundle/vim-c-cr b/vim/bundle/vim-c-cr new file mode 160000 index 0000000..9bd4814 --- /dev/null +++ b/vim/bundle/vim-c-cr @@ -0,0 +1 @@ +Subproject commit 9bd4814244f7cafe632eb38c021ef9abdd99fc42