aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-06-14 16:54:46 +0200
committerPeter Odding <peter@peterodding.com>2011-06-14 16:54:46 +0200
commit16e04cb66bef0d4e915caf7df667b753a031278e (patch)
tree468959c585aa8d90b7e88fbd2b32a3dff4985840
parent0eb0758ac7f76092ec5c74e402c5ec0e99a19b57 (diff)
downloadvim-easytags-16e04cb66bef0d4e915caf7df667b753a031278e.tar.gz
Don't forget merge instructions
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ef87b8..9111126 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ The git repository at <http://github.com/xolox/vim-misc> contains Vim scripts th
$ git read-tree --prefix=autoload/xolox/misc/ -u vim-misc/master
$ git commit -m "Merge vim-misc repository as subdirectory"
+To update a plug-in repository to the latest versions of the miscellaneous auto-load scripts I execute the following command:
+
+ $ git pull -s subtree vim-misc master
+
## Contact
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>.