Add the rename.vim plugin

This commit is contained in:
Kevin MacMartin 2014-10-28 14:34:49 -04:00
parent 6475f665de
commit cdf56f34a0
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -109,3 +109,6 @@
[submodule "vim/bundle/vim-unimpaired"]
path = vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/rename.vim"]
path = vim/bundle/rename.vim
url = https://github.com/danro/rename.vim.git

View file

@ -173,6 +173,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
* [MatchTagAlways](https://github.com/Valloric/MatchTagAlways): A Vim plugin that always highlights the enclosing html/xml tags.
* [neocomplcache.vim](https://github.com/Shougo/neocomplcache.vim): The '*ultimate*' auto-completion system for Vim.
* [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).
* [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim): Read and write files without the necessary permissions through the use of sudo.
* [syntastic](https://github.com/scrooloose/syntastic): Uses system compilers and parsers to check syntax either on-the-fly or after saving a compatible document.

1
vim/bundle/rename.vim Submodule

@ -0,0 +1 @@
Subproject commit f133763b0bbd79039f4e071a467ea8fc27d97dbd