Closed maljub01 closed 3 years ago
Currently, key mappings are never set because the regex '\s*' matches all strings (including the empty string).
This change implements the actual intent behind #32, which introduced this bug.
Thanks again!
Currently, key mappings are never set because the regex '\s*' matches all strings (including the empty string).
This change implements the actual intent behind #32, which introduced this bug.