commit | d8db8383926cb8729417d9515cbfaf455dbbd8d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 08 18:27:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 08 18:27:53 2021 +0200 |
tree | 5677b947d81e5a7178aed8f6ed0bf6491beaf19a | |
parent | 175a41c13f3e27e30c662f2f418c5a347dbc645d [diff] [blame] |
patch 8.2.2737: status line not updated when local 'statusline' option set Problem: Status line not updated when local 'statusline' option set. Solution: Check the 'statusline' option of each window.
diff --git a/src/version.c b/src/version.c index 4e6435c..1a1f237 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2737, +/**/ 2736, /**/ 2735,