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

completion inside for block mess up input buffer



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