commit | fd01280d01c2270a320d8c962d24140a8176a400 | [log] [tgz] |
---|---|---|
author | James Cherti <60946298+jamescherti@users.noreply.github.com> | Tue Mar 29 12:02:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 12:02:57 2022 +0100 |
tree | 9b88b32b871a57862c91c4461ee8531fd47f57a2 | |
parent | 1624639ec8a6c3c99e417a2990f2f02f0d0b6e10 [diff] [blame] |
patch 8.2.4645: 'shortmess' changed when session does not store options Problem: 'shortmess' changed when session does not store options. Solution: Save and restore 'shortmess' if needed. (James Charti, closes #10037)
diff --git a/src/version.c b/src/version.c index 90b30ab..03778bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4645, +/**/ 4644, /**/ 4643,