commit | c701f320e83b33e9ee67d1f7d67d9c1a9a99974d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 28 21:49:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 28 21:49:21 2019 +0100 |
tree | eaa200fbb1490b4b4099546a17f7186022321863 | |
parent | 37db642083398da7d04ed45767cc46daf40bf72b [diff] [blame] |
patch 8.1.1064: no test for output conversion in the GTK GUI Problem: No test for output conversion in the GTK GUI. Solution: Add a simplistic test.
diff --git a/src/version.c b/src/version.c index 1fa7429..b8b3c14 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1064, +/**/ 1063, /**/ 1062,