Add reminder to declare local parameters.

This commit is contained in:
Joe Bloggs 2014-04-21 15:45:21 +01:00
parent 5b1253ec19
commit 4bd2d21cbd
1 changed files with 3 additions and 1 deletions

View File

@ -427,7 +427,9 @@ _alternative, _regex_arguments, etc.
Remember to include an initial pattern to match the command word when using _regex_arguments (it does not need a matching action). Remember to include an initial pattern to match the command word when using _regex_arguments (it does not need a matching action).
Remember to put a null char $'\0' at the end of any PATTERN argument for _regex_arguments Remember to put a null char $'\0' at the end of any PATTERN argument for _regex_arguments.
Remember to declare all local parameters before using them.
* Tips * Tips
Sometimes you have a situation where there is just one option that can come after a subcommand, and zsh will complete this Sometimes you have a situation where there is just one option that can come after a subcommand, and zsh will complete this
automatically when tab is pressed after the subcommand. If instead you want it listed with its description before completing automatically when tab is pressed after the subcommand. If instead you want it listed with its description before completing