diff --git a/.gitmodules b/.gitmodules index 3b6be0e..df788f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 25e8e5c..ab086cb 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vim/bundle/rename.vim b/vim/bundle/rename.vim new file mode 160000 index 0000000..f133763 --- /dev/null +++ b/vim/bundle/rename.vim @@ -0,0 +1 @@ +Subproject commit f133763b0bbd79039f4e071a467ea8fc27d97dbd