1
0
forked from aniani/vim

patch 8.1.0169: calling message_filtered() a bit too often

Problem:    Calling message_filtered() a bit too often.
Solution:   Only call message_filtered() when filtering is already false.
This commit is contained in:
Bram Moolenaar
2018-07-08 18:20:24 +02:00
parent 9d5185bf9d
commit a9defadb8f
3 changed files with 15 additions and 6 deletions

View File

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