1
0
forked from aniani/vim

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)
This commit is contained in:
=?UTF-8?q?Bj=C3=B6rn=20Linse?=
2022-10-13 12:51:13 +01:00
committed by Bram Moolenaar
parent d26c5805bc
commit 91ccbad5de
4 changed files with 24 additions and 13 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
738,
/**/
737,
/**/