zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.39k stars 1.16k forks source link

bindings: Correct `KeySequenceEvent` comparison (fix crash) #3266

Closed JoeKar closed 2 months ago

JoeKar commented 2 months ago

We've to iterate over the included elements, since slices can't be simply compared with the comparison operators.

Fixes #3194