commit | c9a431c7638ecebb6f2cb3eabd0e1b2b5e269c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 23 21:49:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 23 21:49:41 2022 +0100 |
tree | e56166909389a12aef50f1a8752128d9aeee6428 | |
parent | e8c4a64bffbe628a46dc172d04cfc2db6e8dd8b6 [diff] |
patch 8.2.5010: the terminal debugger uses various global variables Problem: The terminal debugger uses various global variables. Solution: Add a dictionary to hold the terminal debugger preferences.
diff --git a/src/version.c b/src/version.c index 07f1b5d..110535c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5010, +/**/ 5009, /**/ 5008,