commit | c53b467473160b5cfce77277fbae414bf43e66ce | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Jan 15 10:01:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 10:01:05 2022 +0000 |
tree | 0b9c46f21daf65cd1dde027cbae993bcb7d0608f | |
parent | ece07639f4989a300276d66b13553c21a7435030 [diff] [blame] |
patch 8.2.4093: cached breakindent values not initialized properly Problem: Cached breakindent values not initialized properly. Solution: Initialize and cache formatlistpat. (Christian Brabandt, closes #9526, closes #9512)
diff --git a/src/version.c b/src/version.c index 1dd5c96..5869c26 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4093, +/**/ 4092, /**/ 4091,