mirror of
https://github.com/neovim/neovim.git
synced 2025-12-14 18:35:47 +00:00
When the end character in a range matches a different standard range (e.g., [0-z]), the range would be incorrectly detected as the class of the end character (CLASS_az). Instead of using a fallthrough, immediately FAIL when the end character doesn't match the expected range.