mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
_mpv: add credit notice
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user