]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used v8.1.1334
authorBram Moolenaar <Bram@vim.org>
Thu, 16 May 2019 18:29:44 +0000 (20:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 May 2019 18:29:44 +0000 (20:29 +0200)
commiteda652215abf696f86b872888945a2d2dd8c7192
tree48e30bac1dc042b3dac7e88d20f43e32cec43b8e
parent45dd07f10af9bea86f8df77e92788209e209fdab
patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used

Problem:    When buffer is hidden "F" in 'shortmess' is not used.
Solution:   Check the "F" flag in 'shortmess' when the buffer is already
            loaded. (Jason Franklin)  Add test_getvalue() to be able to test
            this.
runtime/doc/eval.txt
src/buffer.c
src/evalfunc.c
src/testdir/test_options.vim
src/version.c