mirror of
https://github.com/neovim/neovim.git
synced 2025-11-11 21:08:53 +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
@@ -1961,7 +1961,7 @@ static void mainerr(int n, const char *str)
|
||||
}
|
||||
|
||||
|
||||
/// Prints help message and exits; used for 'nvim -h' & 'nvim --help'
|
||||
/// Prints help message for "nvim -h" or "nvim --help" and exits.
|
||||
static void usage(void)
|
||||
{
|
||||
signal_stop(); // kill us with CTRL-C here, if you like
|
||||
|
||||
Reference in New Issue
Block a user