_mpv: add credit notice
This commit is contained in:
parent
dba027f91a
commit
fc1249fc78
13
src/_mpv
13
src/_mpv
|
@ -1,4 +1,17 @@
|
|||
#compdef mpv
|
||||
# ------------------------------------------------------------------------------
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for mpv 0.2.3 (http://mpv.io)
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Authors
|
||||
# -------
|
||||
#
|
||||
# * Valodim <https://github.com/Valodim>
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
local suf ret=1 curcontext="$curcontext"
|
||||
local -a vals state line expl
|
||||
|
|
Loading…
Reference in New Issue