From 1f587c88fba89c4f5bab71ceee7d2d706abee213 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 6 Mar 2012 13:53:38 -0800 Subject: [PATCH] Replace showmarks due to deleted repo by @garbas [Close #39] --- .gitmodules | 11 +++-------- README.md | 1 - vim/bundle/VimEz-ShowMarks | 1 + vim/bundle/kien-tabman | 1 - 4 files changed, 4 insertions(+), 10 deletions(-) create mode 160000 vim/bundle/VimEz-ShowMarks delete mode 160000 vim/bundle/kien-tabman diff --git a/.gitmodules b/.gitmodules index ef6c580d..d1e6055d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,10 +14,6 @@ path = vim/bundle/vim-scripts-AnsiEsc url = https://github.com/vim-scripts/AnsiEsc.vim.git ignore=dirty -[submodule "vim/bundle/garbas-vim-showmarks"] - path = vim/bundle/garbas-vim-showmarks - url = https://github.com/garbas/vim-showmarks - ignore=dirty [submodule "vim/bundle/skwp-vim-ruby-conque"] path = vim/bundle/skwp-vim-ruby-conque url = https://github.com/skwp/vim-ruby-conque @@ -250,10 +246,6 @@ path = vim/bundle/tpope-vim-haml url = https://github.com/tpope/vim-haml ignore=dirty -[submodule "vim/bundle/kien-tabman"] - path = vim/bundle/kien-tabman - url = https://github.com/kien/tabman.vim - ignore=dirty [submodule "vim/bundle/claco-jasmine"] path = vim/bundle/claco-jasmine url = https://github.com/claco/jasmine.vim @@ -285,3 +277,6 @@ [submodule "vim/bundle/joestelmach-javaScriptLint"] path = vim/bundle/joestelmach-javaScriptLint url = https://github.com/joestelmach/javaScriptLint.vim +[submodule "vim/bundle/VimEz-ShowMarks"] + path = vim/bundle/VimEz-ShowMarks + url = https://github.com/VimEz/ShowMarks.git diff --git a/README.md b/README.md index cd9a907b..33d09ee7 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,6 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * TagBar - hit ,T to see a list of methods in a class (uses ctags) * CtrlP - Ctrl-p or ,t to find a file * VimBookmarks - toggle an anonymous bookmark ,bb and go thru them ,bn ,bp and clear them ,bc - * TabMan - hit ,mt to see all tabs and buffers in a tree. Easy to navigate and close. #### Git diff --git a/vim/bundle/VimEz-ShowMarks b/vim/bundle/VimEz-ShowMarks new file mode 160000 index 00000000..b61e9fca --- /dev/null +++ b/vim/bundle/VimEz-ShowMarks @@ -0,0 +1 @@ +Subproject commit b61e9fca473963a6b36798b830f5d12f820b7adc diff --git a/vim/bundle/kien-tabman b/vim/bundle/kien-tabman deleted file mode 160000 index a291c1fb..00000000 --- a/vim/bundle/kien-tabman +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a291c1fbd8eec4c499f7d780055c2d3b8b1a0d96