mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
console.lua: complete raw properties
This commit is contained in:
parent
43ed0a83d0
commit
386de3f275
@ -770,7 +770,7 @@ function build_completers()
|
||||
{ pattern = '^%s*change[-_]list%s+"?([%w_-]+)"?%s+"()%a*$', list = list_option_verb_list, append = '" ' },
|
||||
{ pattern = '^%s*([av]f)%s+()%a*$', list = list_option_verb_list, append = ' ' },
|
||||
{ pattern = '^%s*([av]f)%s+"()%a*$', list = list_option_verb_list, append = '" ' },
|
||||
{ pattern = '${()[%w_/-]+$', list = property_list, append = '}' },
|
||||
{ pattern = '${=?()[%w_/-]+$', list = property_list, append = '}' },
|
||||
}
|
||||
|
||||
for _, command in pairs({'set', 'add', 'cycle', 'cycle[-_]values', 'multiply'}) do
|
||||
|
Loading…
Reference in New Issue
Block a user