]> granicus.if.org Git - vim/commit
patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess' v8.1.0310
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Aug 2018 16:50:18 +0000 (18:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Aug 2018 16:50:18 +0000 (18:50 +0200)
commit2f0f871159b2cba862fcd41edab65b17da75c422
treed8dbf0ef961c3f56a0b3ed74b16cee56e99821d2
parent7feb35e7782907b44659a2748ff5d7489deeed74
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)
src/buffer.c
src/memline.c
src/testdir/test_options.vim
src/version.c