patch 9.1.1785: typo in comment in change.c
Commit:
https://github.com/vim/vim/commit/55e6e6bbeedf2596d08e14eafd0e498e9c5abb08
Author: Christ van Willegen <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1v0nAj-005Gmv-Mc%40256bit.org.