commit | 04b871da800768287a8a432de568b11297db8686 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 18:31:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 18:31:43 2022 +0000 |
tree | 6ab122203671484d74aecdd083174a4268c62d66 | |
parent | e32c3c462ce9b3163a4a4bffd985897910885d29 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5bf6df4..d34f1a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4100, +/**/ 4099, /**/ 4098,