1
0
forked from aniani/vim

patch 9.0.1239: cannot have a line break before an object member access

Problem:    Cannot have a line break before an object member access.
Solution:   Check for "." in next line. (closes #11864)
This commit is contained in:
Bram Moolenaar
2023-01-24 13:03:37 +00:00
parent 5c8771bc5a
commit b149d22796
3 changed files with 32 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1239,
/**/
1238,
/**/