mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 17:44:30 +00:00
All calls to set_context_in_menu_cmd() cast "cmd" arg to char_u. get_menu_cmd_nodes() doesn't require "cmd" to be unsigned char. Use "char" type for "cmd" function param to reduce type casts.