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 <cvwillegen@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
a73963ed8c
commit
55e6e6bbee
@ -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
|
||||
|
@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1785,
|
||||
/**/
|
||||
1784,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user