diff options
| author | Oliver Kiddle <opk@zsh.org> | 2026-04-30 20:59:36 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2026-04-30 20:59:36 +0200 |
| commit | 31e8b0a14bfbff286ef96a8943722cb685cae751 (patch) | |
| tree | d88cecf6c7fb875bb116c5335cecdf13dae67400 | |
| parent | unposted: complete also for FreeBSD's flua (diff) | |
| download | zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.gz zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.bz2 zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.lz zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.xz zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.zst zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.zip | |
unposted: ghostscript completion does a better job of handling gsnd
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Completion/Unix/Command/_ghostscript | 2 | ||||
| -rw-r--r-- | Completion/Unix/Type/_pspdf | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2026-04-30 Oliver Kiddle <opk@zsh.org> + * unposted: Completion/Unix/Command/_ghostscript, + Completion/Unix/Type/_pspdf: ghostscript completion does a + better job of handling gsnd + * unposted: Completion/Unix/Command/_lua: complete also for FreeBSD's flua diff --git a/Completion/Unix/Command/_ghostscript b/Completion/Unix/Command/_ghostscript index 2c6f40a35..021668c60 100644 --- a/Completion/Unix/Command/_ghostscript +++ b/Completion/Unix/Command/_ghostscript @@ -1,4 +1,4 @@ -#compdef gs ghostscript +#compdef gs ghostscript gsnd local -a specs names device diff --git a/Completion/Unix/Type/_pspdf b/Completion/Unix/Type/_pspdf index 1df3f860c..3fcc2175f 100644 --- a/Completion/Unix/Type/_pspdf +++ b/Completion/Unix/Type/_pspdf @@ -1,4 +1,4 @@ -#compdef gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv pstoedit pstotgif +#compdef gsbj gsdj gsdj500 gslj gslp ps2ascii ghostview mgv pstoedit pstotgif local expl ext |
