commit | 101e99207f813ca48a4c0787eed9eb8bf67fba5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 21:43:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 21:43:11 2019 +0200 |
tree | 4019ce512a00a611baa0cb84f73c1cf7306ab23e | |
parent | 0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6 [diff] [blame] |
patch 8.1.2075: get many log messages when waiting for a typed character Problem: Get many log messages when waiting for a typed character. Solution: Do not repeat the repeated messages when nothing happens.
diff --git a/src/version.c b/src/version.c index 2b1438c..f1c082b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2075, +/**/ 2074, /**/ 2073,