mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +00:00
'name' param is casted to char_u* within get_option_value(). Most calls to get_option_value() cast arg to 'name' from char to char_u. Remove these pointless type casts.