From 35251b74526e5ea7c5b65951ffbc6ef719a7403a Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Thu, 10 Jan 2013 21:36:06 -0600 Subject: [PATCH] .vim/bundle: Add scriptease, update modules --- .gitmodules | 4 ++++ .vim/bundle/fugitive | 2 +- .vim/bundle/git | 2 +- .vim/bundle/scriptease | 1 + .vim/bundle/surround | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) create mode 160000 .vim/bundle/scriptease diff --git a/.gitmodules b/.gitmodules index b701fea..5a28bd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,7 @@ path = .vim/bundle/surround url = git://github.com/tpope/vim-surround.git ignore = dirty +[submodule ".vim/bundle/scriptease"] + path = .vim/bundle/scriptease + url = git://github.com/tpope/vim-scriptease.git + ignore = dirty diff --git a/.vim/bundle/fugitive b/.vim/bundle/fugitive index d63a475..b9525df 160000 --- a/.vim/bundle/fugitive +++ b/.vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit d63a475fcb73c782ce09d63a591d69481a62b30f +Subproject commit b9525df1906dc4eb94bc26253bb2b9940cc56edc diff --git a/.vim/bundle/git b/.vim/bundle/git index 4bc24f6..6fad48d 160000 --- a/.vim/bundle/git +++ b/.vim/bundle/git @@ -1 +1 @@ -Subproject commit 4bc24f694d12bea02f8a97a02efc2987a5cb66f9 +Subproject commit 6fad48d6857d859e88879caaa4f0674a17016914 diff --git a/.vim/bundle/scriptease b/.vim/bundle/scriptease new file mode 160000 index 0000000..4350c1b --- /dev/null +++ b/.vim/bundle/scriptease @@ -0,0 +1 @@ +Subproject commit 4350c1b1c6cca350fc83333226913d8332a33093 diff --git a/.vim/bundle/surround b/.vim/bundle/surround index 1a73f60..0b2c9ff 160000 --- a/.vim/bundle/surround +++ b/.vim/bundle/surround @@ -1 +1 @@ -Subproject commit 1a73f607f8f5477d6942df2eb6e7245c4864f4d3 +Subproject commit 0b2c9ff9df8743ebb6a1a54eacf5dec826c2f509 -- 2.43.0