commit | 27f4f6baeeb25e1597a7827f4a509ecf2eb8e6e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 21:02:28 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 21:02:28 2020 +0100 |
tree | f8354ddd5a67c55329f15a68b09ad37e268f415b | |
parent | 8adc8d9b73121b647476a33d91d31d25e1c2d987 [diff] [blame] |
patch 8.2.1998: terminal Cmd test sometimes fails to close popup Problem: Terminal Cmd test sometimes fails to close popup. Solution: Add "term_finish" option.
diff --git a/src/version.c b/src/version.c index 0e9973e..186bbde 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1998, +/**/ 1997, /**/ 1996,