commit | 4a0b85ad0193ac162e2d8458e4b1c5ad2e2b0193 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Jul 14 20:00:27 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 14 20:00:27 2021 +0200 |
tree | 8544c63fd11c6e52fc46369173da3ea2ad41f6bf | |
parent | 5bea41dea34bcc73c4efb1b554ad0a2018966ecc [diff] [blame] |
patch 8.2.3160: 'breakindent' does not work well for bulleted lists Problem: 'breakindent' does not work well for bulleted and numbered lists. Solution: Add the "list" entry to 'breakindentopt'. (Christian Brabandt, closes #8564, closes #1661)
diff --git a/src/version.c b/src/version.c index 86a6380..e20a32c 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3160, +/**/ 3159, /**/ 3158,