diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-10 09:37:19 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-10 09:37:19 +0000 |
commit | d4d6cb5494ea6444888c9b95474cd48a44d8204f (patch) | |
tree | d1a1678b98d30a0f2a98c33c2089423c6459d237 /Doc/Zsh/compsys.yo | |
parent | a003c09affae598f34e846e771e7659228e1e1dc (diff) | |
download | zsh-d4d6cb5494ea6444888c9b95474cd48a44d8204f.tar.gz zsh-d4d6cb5494ea6444888c9b95474cd48a44d8204f.tar.xz zsh-d4d6cb5494ea6444888c9b95474cd48a44d8204f.zip |
22852: users style effect changed in 22191
22853: unquoted ^ at end of bindkey string treated literally
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index f65f15223..ae6238b6c 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2603,9 +2603,10 @@ extended depending on authorial frustration. kindex(users, completion style) item(tt(users))( This may be set to a list of usernames to be completed. -If it is not set or the string on the line -doesn't match any of the strings in this list, all usernames will be -completed. +If it is not set all usernames will be completed. +Note that if it is set only that list of users will be completed; +this is because on some systems querying all users can take +a prohibitive amount of time. ) kindex(users-hosts, completion style) item(tt(users-hosts))( |