From ddcfaef5145595f8e15f34f091e50fb85a9a6149 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 1 Feb 2012 20:00:17 -0500 Subject: Add ShowMarks plugin --- .gitmodules | 3 +++ bundle/vim-showmarks | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-showmarks diff --git a/.gitmodules b/.gitmodules index b0e9adb2..386b3b83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "bundle/vim-markdown"] path = bundle/vim-markdown url = https://github.com/tpope/vim-markdown.git +[submodule "bundle/vim-showmarks"] + path = bundle/vim-showmarks + url = https://github.com/garbas/vim-showmarks.git diff --git a/bundle/vim-showmarks b/bundle/vim-showmarks new file mode 160000 index 00000000..11d9fb0e --- /dev/null +++ b/bundle/vim-showmarks @@ -0,0 +1 @@ +Subproject commit 11d9fb0e38a3894f23b9de69aa3e3990a685d73c -- cgit 1.4.1