summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-01-02 11:15:31 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-01-02 11:15:31 +0100
commit36c06c12b771a729e570921f3f1e73754de53282 (patch)
tree2834b52b84f452336b959b6c115f5b8eb56e7ed4
parente2dffaa98477dbab427a5703a0dbf89ae6e69fe0 (diff)
downloadvim4projects-36c06c12b771a729e570921f3f1e73754de53282.tar.gz
vim4projects-36c06c12b771a729e570921f3f1e73754de53282.tar.xz
vim4projects-36c06c12b771a729e570921f3f1e73754de53282.zip
add sessionman to optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.gitmodules3
m---------git-sessionman0
-rw-r--r--init-optional8
3 files changed, 10 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 046a49b..fc2370d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule "git-nerdtree"]
path = git-nerdtree
url = https://github.com/scrooloose/nerdtree.git
+[submodule "git-sessionman"]
+ path = git-sessionman
+ url = https://github.com/vim-scripts/sessionman.vim.git
diff --git a/git-sessionman b/git-sessionman
new file mode 160000
+Subproject 8e9fcc41152e8456048bad1a44918eb84821db4
diff --git a/init-optional b/init-optional
index 313896e..f460093 100644
--- a/init-optional
+++ b/init-optional
@@ -10,6 +10,12 @@ optional () {
# Coolness added to the vim awesomeness
# NERD Tree
# Convenient access to filesystem
- init_git_submodule $1 'git-makegreen' 'git-tagbar' 'git-fugitive' 'git-powerline' 'git-nerdtree'
+ init_git_submodule $1 \
+ 'git-makegreen' \
+ 'git-tagbar' \
+ 'git-fugitive' \
+ 'git-powerline' \
+ 'git-nerdtree' \
+ 'git-sessionman'
}
init_register optional