Files
neovim/src
Jan Edmund Lazo d34846af74 option: use char* for get_option_value() param
'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.
2021-02-07 17:57:37 -05:00
..
2017-02-26 11:57:52 +01:00
2020-10-12 09:28:12 +02:00