diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-03 06:16:33 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 06:16:33 +0400 |
commit | edf4df66c9afcb9593eaeaaf34d5c80c66925adc (patch) | |
tree | c75b16a5142dbd209e273bd65a96bb7239204f99 /alacritty/src/cli.rs | |
parent | 4ad1aa321fc8653c1d2aa1a0a1300a040117997b (diff) | |
download | r-alacritty-edf4df66c9afcb9593eaeaaf34d5c80c66925adc.tar.gz r-alacritty-edf4df66c9afcb9593eaeaaf34d5c80c66925adc.tar.bz2 r-alacritty-edf4df66c9afcb9593eaeaaf34d5c80c66925adc.zip |
Fix legacy bindings taking precedence over new ones
They were compared by len, but it's was wrong from the start, since
a user provided binding could remove more than one builtin binding,
so it was impossible for users to use their own bindings.
The most reliable way to do so is to use `Option`, given that we fill
default during deserialization.
Fixes #7050.
Diffstat (limited to 'alacritty/src/cli.rs')
0 files changed, 0 insertions, 0 deletions