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 <cvwillegen@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christ van Willegen
2025-09-22 20:16:32 +00:00
committed by Christian Brabandt
parent a73963ed8c
commit 55e6e6bbee
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1785,
/**/
1784,
/**/