mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 04:31:51 +10: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.