mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +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>
|
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:
|
* Richard Hartmann: 33218: Completion/X/Command/_mplayer:
|
||||||
complete m4a files.
|
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
|
local expl args
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue