From f4909ca5075a46a13ca95ae53b88ed68b2295995 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 20 May 2012 19:03:04 -0400 Subject: [PATCH] [#135] Inform of the completion loading order --- modules/completion/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/completion/README.md b/modules/completion/README.md index 45220cd..1ceb0db 100644 --- a/modules/completion/README.md +++ b/modules/completion/README.md @@ -7,8 +7,11 @@ Loads and configures tab completion and provides additional completions from the Contributors ------------ -Completions should be submitted to the [zsh-completions][1] project according to its -rules and regulations. This module will be synched against it. +Completions should be submitted to the [zsh-completions][1] project according +to its rules and regulations. This module will be synched against it. + +This module must be loaded **after** the *alias* module but **before** the +*utility* module. Authors -------