mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -1107,7 +1107,6 @@ const char *gettail_dir(const char *const fname)
|
||||
return dir_end;
|
||||
}
|
||||
|
||||
|
||||
/// Calls globpath() with 'path' values for the given pattern and stores the
|
||||
/// result in "gap".
|
||||
/// Returns the total number of matches.
|
||||
@@ -1143,7 +1142,6 @@ static int expand_in_path(garray_T *const gap, char_u *const pattern, const int
|
||||
return gap->ga_len;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Return TRUE if "p" contains what looks like an environment variable.
|
||||
* Allowing for escaping.
|
||||
|
Reference in New Issue
Block a user