zsh-workers
 help / color / mirror / code / Atom feed
* Directory completion acts as if CHASE_LINKS is set
@ 2013-09-05  1:23 Jan Larres
  2013-09-05  2:15 ` Jan Larres
  2013-09-05 15:31 ` Bart Schaefer
  0 siblings, 2 replies; 13+ messages in thread
From: Jan Larres @ 2013-09-05  1:23 UTC (permalink / raw)
  To: zsh-workers

Hi,

I recently noticed that completion of directories acts as if the 
CHASE_LINKS option is set, that is if you are in a symlinked directory 
and you want to complete its siblings then it will complete using the 
physical siblings instead of the ones from the directory that the 
symlink resides in.

Here's an example. Note that neither CHASE_LINKS nor CHASE_DOTS is set.

$ zsh --version
zsh 5.0.2 (x86_64-pc-linux-gnu)
$ zsh -f
vanadis% tree -F
.
├── bar/
└── foo/
     ├── bar -> ../bar/
     └── baz/

4 directories, 0 files
vanadis% cd foo/bar
vanadis% cd ../[TAB]
bar/  foo/


Jan


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-10 22:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-05  1:23 Directory completion acts as if CHASE_LINKS is set Jan Larres
2013-09-05  2:15 ` Jan Larres
2013-09-05 15:31 ` Bart Schaefer
2013-09-06  1:42   ` Jan Larres
2013-09-06  6:13     ` Bart Schaefer
2013-09-06  6:46       ` Jan Larres
2013-09-06 20:09   ` Peter Stephenson
2013-09-07  5:03     ` Bart Schaefer
2013-09-08 17:51       ` Peter Stephenson
2013-09-08 21:26         ` Bart Schaefer
2013-09-09  9:59           ` Peter Stephenson
2013-09-10 14:26           ` Bart Schaefer
2013-09-10 22:34             ` Jan Larres

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).