diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-04 12:09:29 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-04 12:09:29 +0000 |
| commit | 95abfc0e2ad392a404a0a1f940951afb9aa924a2 (patch) | |
| tree | 040c5483e2b2efe7795f82e1e43fbe326507c653 /Completion/Base | |
| parent | 16397: use nul instead of colon to avoid problems with _value: functions (diff) | |
| download | zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.gz zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.bz2 zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.lz zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.xz zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.zst zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.zip | |
16398: updated zstyle completion and related cleanup
Diffstat (limited to 'Completion/Base')
| -rw-r--r-- | Completion/Base/Utility/_regex_arguments | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Base/Utility/_regex_arguments b/Completion/Base/Utility/_regex_arguments index 2ace6ba72..2e8fee8f5 100644 --- a/Completion/Base/Utility/_regex_arguments +++ b/Completion/Base/Utility/_regex_arguments @@ -2,13 +2,6 @@ ## usage: _regex_arguments funcname regex -## configuration key used: - -# regex_arguments_path -# The path to a directory for caching. (default: ~/.zsh/regex_arguments) - -## - # _regex_arguments compiles `regex' and emits the result of the state # machine into the function `funcname'. `funcname' parses a command line # according to `regex' and evaluates appropriate actions in `regex'. Before |
