commit | 2f0f871159b2cba862fcd41edab65b17da75c422 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 18:50:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 18:50:18 2018 +0200 |
tree | d8dbf0ef961c3f56a0b3ed74b16cee56e99821d2 | |
parent | 7feb35e7782907b44659a2748ff5d7489deeed74 [diff] [blame] |
patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess' Problem: File info message not always suppressed with 'F' in 'shortmess'. (Asheq Imran) Solution: Save and restore msg_silent. (Christian Brabandt, closes #3221)
diff --git a/src/version.c b/src/version.c index 8107b44..cc62660 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 310, +/**/ 309, /**/ 308,