about summary refs log tree commit diff
path: root/Completion/Base
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-01-04 12:09:29 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-01-04 12:09:29 +0000
commit95abfc0e2ad392a404a0a1f940951afb9aa924a2 (patch)
tree040c5483e2b2efe7795f82e1e43fbe326507c653 /Completion/Base
parentae0bba2bfca67c49e7e31a44ca7b53c85bf020d5 (diff)
downloadzsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.gz
zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.tar.xz
zsh-95abfc0e2ad392a404a0a1f940951afb9aa924a2.zip
16398: updated zstyle completion and related cleanup
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/Utility/_regex_arguments7
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