commit | f33606112a59de6965692840b47d9cb4b924fc97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 01 16:21:31 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 01 16:21:31 2017 +0200 |
tree | 14645c554f821e686128f5754b09c9be10909e8e | |
parent | 5ece3e359c4b96d0f9bf1ce690223545f40f34b8 [diff] [blame] |
patch 8.0.1170: using termdebug results in 100% CPU time Problem: Using termdebug results in 100% CPU time. (tomleb) Solution: Use polling instead of select().
diff --git a/src/version.c b/src/version.c index 23859a1..d809ba9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1170, +/**/ 1169, /**/ 1168,