Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion inside for block mess up input buffer
- X-seq: zsh-workers 3367
- From: Paul Lew <lew@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: completion inside for block mess up input buffer
- Date: Mon, 21 Jul 1997 16:08:02 -0400
Version: 3.0.3
Platform: Digital UNIX 3.2B
setopt:
autolist autoremoveslash extendedglob histignoredups
histignorespace interactive listtypes monitor numericglobsort
shinstdin sunkeyboardhack zle
Problem: use TAB to complete under the for loop with prompt will cause
extra stuff inserted into the input buffer.
Recreate by:
for i in a b; do
echo /usr/<TAB>
press a few TABs after /usr/ and see the behavior.
Question:
Bug or feature?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author