From 047ee6aaf388425939d1c07f9d3a123f3727a9c0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 14 Apr 2010 09:59:39 +0000 Subject: unposted: slightly rephrase path-completion doc --- ChangeLog | 4 +++- Doc/Zsh/compsys.yo | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9f6e04d5..1cc7661ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-04-14 Peter Stephenson + * unposted: Doc/Zsh/compsys.yo: slightly rephrase previous doc. + * users/15011: Completion/Unix/Type/_path_files, Doc/Zsh/compsys.yo: add path-completion style to allow completion of preceeding directories in files to be be turned @@ -13017,5 +13019,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4954 $ +* $Revision: 1.4955 $ ***************************************************** diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 88eec25f1..84bf3d08a 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2267,8 +2267,8 @@ This is used by filename completion. By default, filename completion examines all components of a path to see if there are completions of that component. For example, tt(/u/b/z) can be completed to tt(/usr/bin/zsh). Explicitly setting this style to tt(false) inhibits this -behaviour for path components before the cursor; this overrides the -setting of tt(accept-exact-dirs). +behaviour for path components up to the tt(/) before the cursor; this +overrides the setting of tt(accept-exact-dirs). Even with the style set to tt(false), it is still possible to complete multiple paths by setting the option tt(COMPLETE_IN_WORD) and moving the -- cgit 1.4.1