diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-07 12:04:22 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-07 17:28:00 -0500 |
commit | b1df53e86884445d56a171eede5cf76138f2a4d3 (patch) | |
tree | 3ee71da7513b89feba6aa196ca9541ee11c72310 /runtime/lua/vim/lsp/util.lua | |
parent | 0458b23d53e6b3c40cdc6a08ebd30f0a76a0fa00 (diff) | |
download | rneovim-b1df53e86884445d56a171eede5cf76138f2a4d3.tar.gz rneovim-b1df53e86884445d56a171eede5cf76138f2a4d3.tar.bz2 rneovim-b1df53e86884445d56a171eede5cf76138f2a4d3.zip |
menu: use char* for set_context_in_menu_cmd() param
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.
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
0 files changed, 0 insertions, 0 deletions