Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: completions for su and implicit fg/bg



Just trying compset -q to enhance completion for *sh -c:

  The word
  currently being completed is split in separate words at the spaces. The 
  resulting words are stored in the tt(words) array, and tt(PREFIX),
  tt(SUFFIX), tt(QIPREFIX), and tt(QISUFFIX) are modified to reflect the 
  word part that is completed.

What doesn't seem to get updated is CURRENT, which for consistency ought to
point into the $words array as modified.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author