Download raw body.
[PATCH] zsh tab completion
On Fri, Jul 24, 2026 at 07:24:42PM +0200, Stefan Sperling wrote: > Is this really something we need to host in our own repository? > > It's a config file for third-party software, so I'm not sure why > we should be responsible for it. That's why I put it in contrib/, usually this folder is just a collection of things which users can find useful, like scripts for third-party software written by other users, but I understand the question, this way op@ could put his emacs scripts in the repo as well. But comparing to emacs script, tab auto-complete may be the thing new users expect out of the box, because popular software like ripgrep, fd, eza, curl, etc ship it as part of the installation on OpenBSD. Maybe it should belong to OpenBSD port then? If no, probably I'll start searching the way to push it to zsh upstream.
[PATCH] zsh tab completion