mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -810,7 +810,6 @@ static void init_locale(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static uint64_t server_connect(char *server_addr, const char **errmsg)
|
||||
{
|
||||
if (server_addr == NULL) {
|
||||
@@ -917,7 +916,6 @@ static void remote_request(mparm_T *params, int remote_args, char *server_addr,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Decides whether text (as opposed to commands) will be read from stdin.
|
||||
/// @see EDIT_STDIN
|
||||
static bool edit_stdin(bool explicit, mparm_T *parmp)
|
||||
@@ -1493,7 +1491,6 @@ static void set_window_layout(mparm_T *paramp)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* "-q errorfile": Load the error file now.
|
||||
* If the error file can't be read, exit before doing anything else.
|
||||
@@ -2175,7 +2172,6 @@ static void usage(void)
|
||||
mch_msg(_("\nSee \":help startup-options\" for all options.\n"));
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Check the result of the ATTENTION dialog:
|
||||
* When "Quit" selected, exit Vim.
|
||||
|
Reference in New Issue
Block a user