commit | ebe9d34aa07037cff2188a8dd424ee1f59cbb0bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 30 21:52:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 30 21:52:54 2020 +0200 |
tree | 6e92c722c69a459f6537148ac8579c0fa4f27b85 | |
parent | 363d6148dfc2cc17fb0d286c7a36c305f56f5813 [diff] [blame] |
patch 8.2.0855: GUI tests fail because the test doesn't use a modifier Problem: GUI tests fail because the test doesn't use a modifier. Solution: Add "\{xxx}" to be able to encode a modifier.
diff --git a/src/version.c b/src/version.c index 6fe96a3..b3aa840 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 855, +/**/ 854, /**/ 853,