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

[BUG] complist interactive mode overwrites command line



% zmodload zsh/complist
% bindkey '^I' menu-select
% MENUMODE=interactive
% touch test{1,2}
% : ; foobar
    ^ 1. Type the above line in its entirety.
      2. Place the cursor before the ;
      3. Press Tab.
      4. Press Enter.
% : test1 bar
    ^ Completion is written over existing buffer contents.




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