mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: change FALSE/TRUE to false/true
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -106,7 +106,7 @@ static struct {
|
||||
/// Return NULL if there is no matching command.
|
||||
///
|
||||
/// @param *p end of the command (possibly including count)
|
||||
/// @param full set to TRUE for a full match
|
||||
/// @param full set to true for a full match
|
||||
/// @param xp used for completion, NULL otherwise
|
||||
/// @param complp completion flags or NULL
|
||||
char *find_ucmd(exarg_T *eap, char *p, int *full, expand_T *xp, int *complp)
|
||||
|
Reference in New Issue
Block a user