Disallow binding to an empty command
This was introduced (most likely accidentally) in
9cbacf3264
.
Fixes #3631
This commit is contained in:
parent
d5c04318b2
commit
1899e313fd
@ -134,6 +134,7 @@ Fixed
|
|||||||
- HTML/JS resource files are now read into RAM on start to avoid crashes when
|
- HTML/JS resource files are now read into RAM on start to avoid crashes when
|
||||||
changing qutebrowser versions while it's open.
|
changing qutebrowser versions while it's open.
|
||||||
- Setting `bindings.key_mappings` to an empty value is now allowed.
|
- Setting `bindings.key_mappings` to an empty value is now allowed.
|
||||||
|
- Binding to an empty command now shows an error rather than crashing.
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -2485,9 +2485,7 @@ bindings.commands:
|
|||||||
name: Dict
|
name: Dict
|
||||||
none_ok: true
|
none_ok: true
|
||||||
keytype: Key
|
keytype: Key
|
||||||
valtype:
|
valtype: Command
|
||||||
name: Command
|
|
||||||
none_ok: true
|
|
||||||
desc: >-
|
desc: >-
|
||||||
Keybindings mapping keys to commands in different modes.
|
Keybindings mapping keys to commands in different modes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user