mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00

Problem: Compiler warnings for comparing unsigned char with 256 always
being true. (Manuel Ortega)
Solution: Add type cast.
977d037336