mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
2145bb59ef
Problem: ":set" does not accept hex numbers as documented. Solution: Use vim_str2nr(). (ZyX)