commit | 3180fe6c6dc0728d21c6318b957022b029c234f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 13:47:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 13:47:06 2020 +0100 |
tree | 0217a018ee9c4011810e988396e775fe3ef9ecaa | |
parent | 3c01c4a02897163996639f6f2604c68eab2bd18b [diff] [blame] |
patch 8.2.0195: some tests fail when run in the GUI Problem: Some tests fail when run in the GUI. Solution: Make sure the window width is enough. In the GUI run terminal Vim in the terminal, if possible.
diff --git a/src/version.c b/src/version.c index 549c78c..65d961d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 195, +/**/ 194, /**/ 193,