aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/usercmd.c
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-08-26 11:11:14 +0100
committerGitHub <noreply@github.com>2022-08-26 11:11:14 +0100
commit06d5c6332deeb52ccd78d632d1fb28df91faf7dc (patch)
treeeec06181d28ca9ee9d0e8aa6042a84726d9be6f3 /src/nvim/usercmd.c
parent946c0aa66f7b52c406b2654b9869edcb79db5ada (diff)
parent2498e9feb025361576603a0101c86393d211e31e (diff)
downloadrneovim-06d5c6332deeb52ccd78d632d1fb28df91faf7dc.tar.gz
rneovim-06d5c6332deeb52ccd78d632d1fb28df91faf7dc.tar.bz2
rneovim-06d5c6332deeb52ccd78d632d1fb28df91faf7dc.zip
Merge pull request #19947 from lewis6991/truefalse
Diffstat (limited to 'src/nvim/usercmd.c')
-rw-r--r--src/nvim/usercmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/usercmd.c b/src/nvim/usercmd.c
index e130db69f2..834aad2872 100644
--- a/src/nvim/usercmd.c
+++ b/src/nvim/usercmd.c
@@ -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)