1
0
forked from aniani/vim

patch 8.2.4100: early return when getting the 'formatlistpat' value

Problem:    Early return when getting the 'formatlistpat' value.
Solution:   Remove the first line. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2022-01-15 18:31:43 +00:00
parent e32c3c462c
commit 04b871da80
3 changed files with 18 additions and 2 deletions

View File

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