From 776d166ef00926a2554a642b0fd945b6d5ae882a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 14 Jul 2014 01:22:43 -0400 Subject: [PATCH] Removed the grep module as it didn't feel applicable to this package --- .gitmodules | 3 --- README.md | 2 -- vim/bundle/grep | 1 - 3 files changed, 6 deletions(-) delete mode 160000 vim/bundle/grep diff --git a/.gitmodules b/.gitmodules index 7eacc89..9f2813d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,9 +52,6 @@ [submodule "vim/bundle/vim-fugitive"] path = vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "vim/bundle/grep"] - path = vim/bundle/grep - url = https://github.com/yegappan/grep.git [submodule "vim/bundle/vim-neco-calc"] path = vim/bundle/vim-neco-calc url = https://github.com/hrsh7th/vim-neco-calc.git diff --git a/README.md b/README.md index acf504a..ef9dc70 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ A theme, config and collection of plugins for Vim. * **Vim**: The latest [vim](http://www.vim.org) should be installed to use this distribution (versions 7.3 and below aren't tested or guaranteed to work). * **Bash**: Required by the _update_ and _gentags_ scripts. * **Git**: Required by the _update_ script and git-related plugins. -* **Grep and Find**: Required by the _grep_ plugin. ## Optional Requirements ## @@ -134,7 +133,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [emmet-vim](https://github.com/mattn/emmet-vim.git): Support for expanding abbreviations. * [webapi-vim](https://github.com/mattn/webapi-vim.git) A web library used by emmet to provide support for custom snippets. * [goyo.vim](https://github.com/junegunn/goyo.vim) Distraction-free writing in Vim -* [grep](https://github.com/yegappan/grep.git): Provides the ability to perform various match-based searches using grep. * [gundo.vim](https://github.com/sjl/gundo.vim.git): Sidebar to visualize your undo tree and browse the differences of each change. * [lightline.vim](https://github.com/itchyny/lightline.vim) A light and configurable statusline/tabline for Vim. * [MatchTagAlways](https://github.com/Valloric/MatchTagAlways) A Vim plugin that always highlights the enclosing html/xml tags. diff --git a/vim/bundle/grep b/vim/bundle/grep deleted file mode 160000 index ac33b4e..0000000 --- a/vim/bundle/grep +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ac33b4e2e0cde6857d867dfa6a0bfb67692b24f1