From 04a89199d02a3ee6c4b3d89a6c782bdb0a4f1bc8 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:20:19 +0000 Subject: zsh-3.1.5-pws-12 --- Completion/Base/_match_pattern | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Completion/Base/_match_pattern') diff --git a/Completion/Base/_match_pattern b/Completion/Base/_match_pattern index 3df115d5b..91930a571 100644 --- a/Completion/Base/_match_pattern +++ b/Completion/Base/_match_pattern @@ -28,4 +28,10 @@ # like the `r:|[.-]=* r:|=*'. To make this work, the function `_match_test' # would have to be changed to `(( compstate[matcher] <= 2 ))' # +# When automatic correction is used (see the file `_main_complete'), you +# probably don't want to set matching flags here as that may make the +# results slightly unpredictable. For this, change the line above to: +# +# [[ compstate[matcher] -lt 0 ]] && eval "${3}='(#l)'" +# # The default implementation of this function is empty. -- cgit 1.4.1