commit | dfede9a70b3136988a8f262742101ad5cb98f46d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 19:59:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 19:59:22 2020 +0100 |
tree | 7274266f12167dfe2ff671b2faa4be166abccda3 | |
parent | 2c02d3843a103826a3eb44357eaab09b7deb256b [diff] [blame] |
patch 8.2.0146: wrong indent when 'showbreak' and 'breakindent' are set Problem: Wrong indent when 'showbreak' and 'breakindent' are set and 'briopt' includes "sbr". Solution: Reset "need_showbreak" where needed. (Ken Takata, closes #5523)
diff --git a/src/version.c b/src/version.c index fda985f..21f394e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 146, +/**/ 145, /**/ 144,