Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: reverse-menu-complete re-starting completion on 5.2?
- X-seq: zsh-users 21321
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: reverse-menu-complete re-starting completion on 5.2?
- Date: Fri, 26 Feb 2016 11:45:11 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=KC1fvdZ9UVb4StJd8RTqcxMRKkPAS6R0HLiK6mUm/OQ=; b=IU/rlboOMNCsJvibFVTLUGmNylFlrCSYxSBveDo/LBM5cbKzoC1UFwt12lmzu0EcTx NCFaloP3Q+we7YDVePPPIrgLtfYgYG01ClEucPHtLzTRqeyiJFPMzekfJfiKBYRvXTBH KH/7IM5e4B5b5hadsNXVrikXElqCENTt9FmPrw9JL2TRnUi3Ih55C7jiy870unl9Ka/G lpUZe3ZZ5Tbh05C+3YLOYZHCofopqzT4ivaVCOBPpkp7uOr34/nRPEDOKaq3u/ycT9o7 6pkK7ei7yw0dhAaarVK7bG2aHulqHaXmGIPUWqqq/lkoqetJDE70FXPqe5Bk9KXO37WO zg7Q==
- In-reply-to: <20160226175937.GA22547@lorien.comfychair.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20160226175937.GA22547@lorien.comfychair.org>
On Feb 26, 9:59am, Danek Duvall wrote:
} Subject: reverse-menu-complete re-starting completion on 5.2?
}
} I can cycle forward through the directories
} just fine, but when I switch into reverse, it takes whatever directory is
} on the command line and starts completing its subdirectories backwards.
} Absolutely not what I want.
This appears to have resulted from this commit:
commit 44c56f3af57d93d5d92ce18893cb020f8f36e2f3
Author: Oliver Kiddle <opk@xxxxxxx>
Date: Mon Jun 29 01:53:59 2015 +0200
35627: make reverse-menu-complete start with the last match in
menu selection
:100644 100644 2ea6492... 9b5d7e2... M ChangeLog
:100644 100644 d4051bd... ba538ca... M Src/Zle/compcore.c
:100644 100644 189582d... bac533e... M Src/Zle/compctl.c
:100644 100644 ea5e41f... 63e5b91... M Src/Zle/complete.c
:100644 100644 18551d0... f37a432... M Src/Zle/complist.c
:100644 100644 9f383f4... 7fec7c8... M Src/Zle/compresult.c
:100644 100644 7217abc... e8dc93e... M Src/Zle/zle_tricky.c
Specifically the changes to do_menucmp() in compresult.c.
Follow-ups to zsh-workers, please.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author