1
0
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:
Guido Cella 2023-11-05 19:03:10 +01:00 committed by Dudemanguy
parent 43ed0a83d0
commit 386de3f275

View File

@ -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