]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1785: typo in comment in change.c v9.1.1785
authorChrist van Willegen <cvwillegen@gmail.com>
Mon, 22 Sep 2025 20:16:32 +0000 (20:16 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Sep 2025 20:17:53 +0000 (20:17 +0000)
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>
src/change.c
src/version.c

index 220eb8e7b5109c68ffad3900ee21dbc413686138..fe2a732c38394f7834874c1687535e500cba550d 100644 (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
index 911b9139939a12ed73b56e25078b5f7a827c4ff1..0525c2f3c9627896eec275d78e5261fb1c6cfabb 100644 (file)
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1785,
 /**/
     1784,
 /**/