From: Christ van Willegen Date: Mon, 22 Sep 2025 20:16:32 +0000 (+0000) Subject: patch 9.1.1785: typo in comment in change.c X-Git-Tag: v9.1.1785^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e6e6bbeedf2596d08e14eafd0e498e9c5abb08;p=thirdparty%2Fvim.git patch 9.1.1785: typo in comment in change.c Problem: typo in comment in change.c (after v9.1.1782) Solution: Fix typo in comment in change.c (Christ van Willegen). Signed-off-by: Christ van Willegen Signed-off-by: Christian Brabandt --- diff --git a/src/change.c b/src/change.c index 220eb8e7b5..fe2a732c38 100644 --- a/src/change.c +++ b/src/change.c @@ -637,8 +637,8 @@ changed_common( changed(); #ifdef FEAT_EVAL - // Immediately send this change to any listeners that require changes no to - // be buffered. + // Immediately send this change to any listeners that require changes not + // to be buffered. invoke_sync_listeners(curbuf, lnum, col, lnume, xtra); // If there are any listeners accepting buffered changes then add changes diff --git a/src/version.c b/src/version.c index 911b913993..0525c2f3c9 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1785, /**/ 1784, /**/