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

completion



Previous command recall issue now fixed:

   $ echo $(ls zsh)
   zsh-5.0.7-234-gaa503b5
   zsh

   $ echo $(ls zsh)
   zsh-5.0.7-234-gaa503b5
   zsh


However completion is still busted:

    $ ln -svf zsh-5.0.7-175   <TAB>

$ ln -svf zsh-5.0.7-175-./Src/zsh: symbol lookup error: /usr/local/lib/zsh/5.0.7-dev-0/zsh/zle.so: undefined symbol: lexsave

... that was trying to complete this:

-rwxr-xr-x 1 1220492 2015-01-06-11:27:02 zsh-5.0.7-175-g7e74495

... is there some missed change in zle.so perhaps? I'm never sure what, besides the kernel, is ever supposed to change.


   $ l zle.so
   zsh-5.0.7-175-g7e74495

   Sorting All file types Backwards by Modification Time (zle.so):

   -rwxr-xr-x 1 273104 2014-11-27-16:54:23 zle.so* << latest?





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