diff --git a/src/change.c b/src/change.c index 220eb8e7b5..fe2a732c38 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 911b913993..0525c2f3c9 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, /**/