mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -216,7 +216,7 @@ bool server_stop(char *endpoint)
|
||||
watchers.ga_len--;
|
||||
|
||||
// Bump v:servername to the next available server, if any.
|
||||
if (strequal(addr, (char *)get_vim_var_str(VV_SEND_SERVER))) {
|
||||
if (strequal(addr, get_vim_var_str(VV_SEND_SERVER))) {
|
||||
set_vservername(&watchers);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user