commit | 4f888757257795969f2ab2e6fc3544a5bef3cdea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 15:06:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 15:06:40 2018 +0200 |
tree | f647458ed4f89be17bf2637a11da655ae585df5a | |
parent | 35bc7d6c52f516b60d683bf9f0f57266d86e25b9 [diff] [blame] |
patch 8.1.0446: options test fails in the GUI Problem: Options test fails in the GUI. Solution: Don't try changing 'term' in the GUI.
diff --git a/src/version.c b/src/version.c index f4a4637..c5153ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 446, +/**/ 445, /**/ 444,