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

accept-and-menu-complete Inserts a NULL in -test-3



I've noticed the following problem in -test-3.  It seems to be there
in my slightly-patched copy of -test-2, also.  This is using old-style 
completion.

/usr/local/zsh-3.1.6-test-3/bin/zsh -f
mithril% uname -a     
Linux mithril 2.2.10-ac12 #1 SMP Tue Jul 20 22:54:13 EDT 1999 i686 unknown
mithril% echo $ZSH_VERSION
3.1.6-test-3
mithril% bindkey '^X\t' accept-and-menu-complete
mithril% ls -d texinfo*
texinfo-3.12  texinfo-3.12h  texinfo-3.12n
mithril% ls -d texinfo-3.12<TAB><TAB>^X<TAB>

results in:

mithril% ls -d texinfo-3.12^@texinfo-3.12h/

so, of course, everything after ^@ gets ignored.

TIA,
  vin



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