commit | 91ccbad5ded8bcf2cc93a873ff2c3179b0c548c7 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Bj=C3=B6rn=20Linse?= <bjorn.linse@gmail.com> | Thu Oct 13 12:51:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 12:51:13 2022 +0100 |
tree | 4a05f5002f9a6ecabb98dd90d014427eda955420 | |
parent | d26c5805bcbd630dab0478c2d22503a6e32a83c1 [diff] [blame] |
patch 9.0.0738: cannot suppress completion "scanning" messages Problem: Cannot suppress completion "scanning" messages. Solution: Add the "C" flag in 'shortmess'. (Bjorn Linse, closes #11354)
diff --git a/src/version.c b/src/version.c index 9a485a0..e3a6f36 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 738, +/**/ 737, /**/ 736,