Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vis-lua: raise an error when mapping to invalid handler types
When passing an invalid handler type (such as nil) to Vis:map/Window:map, the editor would map the key to an empty (zeroed) KeyBinding that would cause itself to become unresponsive when processing the corresponding key.
- Loading branch information