You are not logged in.

#1 2026-08-24 17:31:51

unnatural
Member
Registered: 2026-08-24
Posts: 1

zsh completions are broken for zed 1.16.1-3

The zsh completions for the "zeditor" command are applied to the non-existent "cli" command.
It appears that this is caused by Zed's cli generating the completions before it is renamed to zeditor when building the package.

At minumim the line

    compdef _cli cli

in /usr/share/zsh/site-functions/_zeditor needs to be changed to

    compdef _cli zeditor

but ideally the completions are generated after the binary is renamed so that the correct name is used in the first place.

I would create an issues on the gitlab but I am waiting for my account to be approved.

Offline

Board footer

Powered by FluxBB