Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion for "info -f" does not work
- X-seq: zsh-workers 49849
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: completion for "info -f" does not work
- Date: Tue, 15 Mar 2022 18:13:05 +0100
- Archived-at: <https://zsh.org/workers/49849>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
In a directory where there is a file with the .info extension:
zira% autoload -U compinit
zira% compinit
zira% info -f ./
If I type [TAB], I don't get any completion. It should complete
on the .info files (at least).
As documented:
-f, --file=MANUAL
specify Info manual to visit
Tested with zsh 5.8.1 on Debian/unstable and with the git repository.
Debian bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007188
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author