From 6ff2c9f8f41b0f6227faa9adac1e290bd717f759 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Oct 2015 11:42:42 -0400 Subject: Add 'scriptease' plugin To facilitate Vim plugin development. --- .gitmodules | 3 +++ bundle/vim-scriptease | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-scriptease diff --git a/.gitmodules b/.gitmodules index dd21427..666a9ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,3 +51,6 @@ [submodule "bundle/vim-grappele"] path = bundle/vim-grappele url = https://github.com/teddywing/vim-grappele.git +[submodule "bundle/vim-scriptease"] + path = bundle/vim-scriptease + url = https://github.com/tpope/vim-scriptease.git diff --git a/bundle/vim-scriptease b/bundle/vim-scriptease new file mode 160000 index 0000000..3fa4aab --- /dev/null +++ b/bundle/vim-scriptease @@ -0,0 +1 @@ +Subproject commit 3fa4aabaecc00a3ccec376d8e6e1af19465eefe2 -- cgit v1.2.3