1 # Miscellaneous auto-load Vim scripts
3 The git repository at <http://github.com/xolox/vim-misc> contains Vim scripts that are used by most of the [Vim plug-ins I've written] [plugins] yet don't really belong with any single one. I include this repository as a subdirectory of my plug-in repositories using the following commands:
5 $ git remote add -f vim-misc https://github.com/xolox/vim-misc.git
6 $ git merge -s ours --no-commit vim-misc/master
7 $ git read-tree --prefix=autoload/xolox/misc/ -u vim-misc/master
8 $ git commit -m "Merge vim-misc repository as subdirectory"
10 To update a plug-in repository to the latest versions of the miscellaneous auto-load scripts I execute the following command:
12 $ git pull -s subtree vim-misc master
16 If you have questions, bug reports, suggestions, etc. the author can be contacted at <peter@peterodding.com>. The latest version is available at <http://peterodding.com/code/vim/misc> and <http://github.com/xolox/vim-misc>.
20 This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
21 © 2011 Peter Odding <<peter@peterodding.com>>.
24 [plugins]: http://peterodding.com/code/vim/