commit | 9781d9c00517a67c44b50b040cca2c5804daf15c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 13:51:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 13:51:25 2022 +0100 |
tree | 6188156e94afb4d1ed7b3635d94efc3040437e95 | |
parent | c14bfc31d907cbee6a3636f780561ad1787cdb9b [diff] [blame] |
patch 9.0.0513: may not be able to use a pattern ad the debug prompt Problem: May not be able to use a pattern ad the debug prompt. Solution: Temporarily disable the timeout. (closes #11164)
diff --git a/src/version.c b/src/version.c index 55da620..129f7ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 513, +/**/ 512, /**/ 511,