zsh-workers
 help / color / mirror / code / Atom feed
* zmodload completion reveals _files bug ?
@ 2015-01-23  5:54 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2015-01-23  5:54 UTC (permalink / raw)
  To: zsh-workers

_zmodload tries to complete module names by completing file paths in the
$module_path and then removing the shared library suffix:

    _requested files expl 'module file' \
      _files -W module_path -/g '*.(dll|s[ol]|bundle)(:r)' && ret=0

However, if the file-patterns style is set, that pattern passed to -g may
be ignored.  E.g. I have

    zstyle ':completion:*' file-patterns \
	'%p:globbed-files *(-/):directories' '*:all-files'

and the '*:all-files' pattern is applied in preference to %p, which breaks
the zmodload completion.  I presume this is because *(:r) are not actual
file names, and/or because they are always prefixes of matches for *.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-23  5:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23  5:54 zmodload completion reveals _files bug ? Bart Schaefer

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).