commit | 726f7f91fd17e3e7eb39614a20d10ea83c134df0 | [log] [tgz] |
---|---|---|
author | Rob Pilling <robpilling@gmail.com> | Thu Jan 20 14:44:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 14:44:38 2022 +0000 |
tree | 894cae8896662b9de3ee9e74efd1f772b547c378 | |
parent | 7e93577a957e4f402bb690c4c8629fd831e24a9d [diff] [blame] |
patch 8.2.4156: fileinfo message overwrites echo'ed message Problem: Fileinfo message overwrites echo'ed message. Solution: Reset need_fileinfo when displaying a message. (Rob Pilling, closes #9569)
diff --git a/src/version.c b/src/version.c index 6cccadf..6eb853f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4156, +/**/ 4155, /**/ 4154,