build: update uncrustify to 0.76

This commit is contained in:
Lewis Russell
2023-04-19 17:04:00 +01:00
committed by GitHub
parent 3940c435e4
commit 706f871014
13 changed files with 196 additions and 87 deletions

View File

@@ -2180,7 +2180,8 @@ static void nv_ignore(cmdarg_T *cap)
/// Command character that doesn't do anything, but unlike nv_ignore() does
/// start edit(). Used for "startinsert" executed while starting up.
static void nv_nop(cmdarg_T *cap)
{}
{
}
/// Command character doesn't exist.
static void nv_error(cmdarg_T *cap)