commit | b9c510859360595c046b8b7c1d6828125525e967 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:12:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:12:03 2022 +0000 |
tree | c833be6afd783ede1396779b663f063401fc31a9 | |
parent | 8ccbbeb620dcc73154de29c51100fe815cefe109 [diff] [blame] |
patch 8.2.4493: options test fails in the GUI Problem: Options test fails in the GUI. Solution: Do not save and restore 'term'.
diff --git a/src/version.c b/src/version.c index 2b61254..0a83277 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4493, +/**/ 4492, /**/ 4491,