From 19f7bee5cd4be1646e62acb43f333b037a3f7781 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 30 Mar 2012 15:25:30 -0400 Subject: Add vim-smartinput --- .gitmodules | 3 +++ bundle/vim-smartinput | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-smartinput diff --git a/.gitmodules b/.gitmodules index e94b814b..0c6f84fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "bundle/badwolf"] path = bundle/badwolf url = https://github.com/sjl/badwolf.git +[submodule "bundle/vim-smartinput"] + path = bundle/vim-smartinput + url = https://github.com/kana/vim-smartinput.git diff --git a/bundle/vim-smartinput b/bundle/vim-smartinput new file mode 160000 index 00000000..c01d81a6 --- /dev/null +++ b/bundle/vim-smartinput @@ -0,0 +1 @@ +Subproject commit c01d81a697de5e28452f32762a9c8fbe3eac0496 -- cgit 1.4.1