diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index bb6a2ef401..34c3b3889e 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -6184,7 +6184,7 @@ static void do_ucmd(exarg_T *eap) } } - // break if there no is found + // break if no is found if (start == NULL || end == NULL) { break; }