mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
doc: Misc. cleanup
Add missing parentheses and whatnot, move dangling comment, etc. Some specific items worth mentioning: Fixed some references to non-existent tags, found via `make html` msgpack_rpc/channel.c: ELOG already prefixes each line with "error @ ..."
This commit is contained in:

committed by
Michael Reed

parent
ab68ac4c02
commit
adfc8cf50a
@@ -723,7 +723,7 @@ static void complete_call(msgpack_object *obj, Channel *channel)
|
||||
|
||||
static void call_set_error(Channel *channel, char *msg)
|
||||
{
|
||||
ELOG("Msgpack-RPC error: %s", msg);
|
||||
ELOG("msgpack-rpc: %s", msg);
|
||||
for (size_t i = 0; i < kv_size(channel->call_stack); i++) {
|
||||
ChannelCallFrame *frame = kv_A(channel->call_stack, i);
|
||||
frame->returned = true;
|
||||
|
Reference in New Issue
Block a user