]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread' v9.1.0158
authorzeertzjq <zeertzjq@outlook.com>
Thu, 7 Mar 2024 20:48:33 +0000 (21:48 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 7 Mar 2024 20:48:33 +0000 (21:48 +0100)
commit8a01744c563f615ae7f6b3ab7f5208214a45a8e2
tree6ff1c90eef996072f5e7e9ba4439acc536d708e2
parent0df8f93bdaea77a1afb9f4eca94fe67ec73e6df2
patch 9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'

Problem:  'shortmess' "F" flag doesn't work properly with 'autoread'
          (after 9.1.0154)
Solution: Hide the file info message instead of the warning dialog
          (zeertzjq)

closes: #14159
closes: #14158

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/fileio.c
src/testdir/test_options.vim
src/version.c