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>
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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1785,
/**/
1784,
/**/