patch 9.1.1785: typo in comment in change.c
Commit:
https://github.com/vim/vim/commit/55e6e6bbeedf2596d08e14eafd0e498e9c5abb08
Author: Christ van Willegen <
cvwil...@gmail.com>
Date: Mon Sep 22 20:16:32 2025 +0000
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 <
cvwil...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/change.c b/src/change.c
index 220eb8e7b..fe2a732c3 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 911b91399..0525c2f3c 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,
/**/