diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-28 11:20:55 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-28 11:20:55 +0000 |
commit | a3cf03751aea772f1e0307c8899b5e4f751ff24c (patch) | |
tree | df1b5889770d2bd16e98569690dbe4b81e0aeb90 /Completion/User/_enscript | |
parent | b577adea409e603018c632478fe563dfa5fdeb7f (diff) | |
download | zsh-a3cf03751aea772f1e0307c8899b5e4f751ff24c.tar.gz zsh-a3cf03751aea772f1e0307c8899b5e4f751ff24c.tar.xz zsh-a3cf03751aea772f1e0307c8899b5e4f751ff24c.zip |
Tanaka: printer-detection moved to new _printers; used by _enscript (11001)
Diffstat (limited to 'Completion/User/_enscript')
-rw-r--r-- | Completion/User/_enscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/User/_enscript b/Completion/User/_enscript index 40e3d58cd..d73a79478 100644 --- a/Completion/User/_enscript +++ b/Completion/User/_enscript @@ -18,9 +18,9 @@ _arguments -s \ '(-c)--truncate-lines' \ '(--line-numbers)-C-:start line:' \ '(-C)--line-numbers=-:start line:' \ - '(--printer -d )-P+:printer name:' \ - '(--printer -P)-d+:printer name:' \ - '( -d -P)--printer=:printer name:' \ + '(--printer -d )-P+:printer name: _printers' \ + '(--printer -P)-d+:printer name: _printers' \ + '( -d -P)--printer=:printer name: _printers' \ '*-D+:key\:value:' \ '*--setpagedevice=:key\:value:' \ '(--escapes)-e-:escape character:' \ |