commit | a9defadb8f03ecd03f3297305d5482ba380774dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 18:20:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 18:20:24 2018 +0200 |
tree | f0704b96b325905e34b8a5241ce21ec747cdcf26 | |
parent | 9d5185bf9dfaef59e47c573a60044a21d5e29c0c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ce1c55b..2b33f53 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 169, +/**/ 168, /**/ 167,