From 529e5db1de00829875ec034a2b0cc3cfa107b63d Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Fri, 13 Apr 2012 16:21:50 +0100 Subject: [PATCH] Add documentation for completion Fixes #100 --- modules/completion/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/completion/README.md diff --git a/modules/completion/README.md b/modules/completion/README.md new file mode 100644 index 00000000..5d6554d9 --- /dev/null +++ b/modules/completion/README.md @@ -0,0 +1,19 @@ +Completion +========== +Load additional completion files not built in *zsh* but provided by the +[zsh-completions][1] project. + +Note to the developers +---------------------- +No modules should only add a completion file; if you feel like your completion +file is important, contribute to the [zsh-completions][1] project directly. + +This module will be updated regularly to provide all possible completions. + +Authors +------- +*The authors of this module should be contacted via the github bug tracker.* + + - [Sorin Ionescu](/sorin-ionescu) + +[1]: /zsh-users/zsh-completions