mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted: add dvipdf to _dvi command list
This commit is contained in:
parent
2a0e49f304
commit
8e83bdd288
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2014-09-23 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted: Completion/Unix/Command/_dvi: add dvipdf to list of
|
||||
commands.
|
||||
|
||||
* Richard Hartmann: 33218: Completion/X/Command/_mplayer:
|
||||
complete m4a files.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef dvips dvibook dviconcat dvicopy dvidvi dviselect dvitodvi dvitype
|
||||
#compdef dvips dvibook dviconcat dvicopy dvidvi dvipdf dviselect dvitodvi dvitype
|
||||
|
||||
local expl args
|
||||
|
||||
|
|
Loading…
Reference in a new issue