| commit | 119167265ebc7eced210a7f8ed2f4b90378f98f1 | [log] [tgz] |
|---|---|---|
| author | Maxim Kim <habamax@gmail.com> | Fri Sep 02 14:08:53 2022 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 14:08:53 2022 +0100 |
| tree | bbdedb6335ff49ab537ebc856d62daf7d0498182 | |
| parent | cf2bb633978a3d2d5bba06611c95e15170662c15 [diff] [blame] |
patch 9.0.0358: 'breakindent' does not indent non-lists
Problem: 'breakindent' does not indent non-lists with
"breakindentopt=list:-1".
Solution: Adjust indent computation. (Maxim Kim, closes #11038)
diff --git a/src/version.c b/src/version.c index 9d05dc3..202c46d 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 358, +/**/ 357, /**/ 356,