summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-04 14:24:24 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-04 14:24:24 +0200
commit19c8fe1925f4f7ffa1cc46e64d8bb8b1665ac437 (patch)
treef9fb7f6c6a8613f36493013e0524a3f09d4588a8 /src
parent2b43f7f9f482b845916d308ec4a9dff2ad20e3ec (diff)
patch 8.1.1977: terminal debugger plugin may hangv8.1.1977
Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 9286ec8c57..9481a3d6b6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1977,
+/**/
1976,
/**/
1975,