mirror of
https://github.com/neovim/neovim.git
synced 2026-06-22 19:29:43 +00:00
Problem: Compiler warnings for comparing unsigned char with 256 always
being true. (Manuel Ortega)
Solution: Add type cast.
977d037336