From 11ed8af270a7a5e1d2ab4cd112d26775964328aa Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 19 Nov 2020 16:49:33 -0500 Subject: [PATCH] Remove patchreview as I never actually used this --- .gitmodules | 3 --- README.md | 1 - vim/bundle/patchreview-vim | 1 - 3 files changed, 5 deletions(-) delete mode 160000 vim/bundle/patchreview-vim diff --git a/.gitmodules b/.gitmodules index eef8890..ed2250d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,9 +79,6 @@ [submodule "vim/bundle/incsearch.vim"] path = vim/bundle/incsearch.vim url = https://github.com/haya14busa/incsearch.vim -[submodule "vim/bundle/patchreview-vim"] - path = vim/bundle/patchreview-vim - url = https://github.com/junkblocker/patchreview-vim [submodule "vim/bundle/vim-unimpaired"] path = vim/bundle/vim-unimpaired url = https://github.com/tpope/vim-unimpaired.git diff --git a/README.md b/README.md index 14fb5b1..b15cef6 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [incsearch.vim](https://github.com/haya14busa/incsearch.vim): Improved incremental searching for Vim. * [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. -* [patchreview-vim](https://github.com/junkblocker/patchreview-vim): A Vim plugin for doing single, multi-patch or diff code reviews. * [rename.vim](https://github.com/danro/rename.vim): Rename the current file in the vim buffer + retain relative path. * [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer). * [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Simplifies the transition between multiline and single-line code diff --git a/vim/bundle/patchreview-vim b/vim/bundle/patchreview-vim deleted file mode 160000 index ec60000..0000000 --- a/vim/bundle/patchreview-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec6000065043e61418d740b833828bf5d8a77f4d