commit | d6fa7bd5b900dd363d3a824e0ebe3619a1634df6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 14:10:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 14:10:04 2021 +0200 |
tree | 53b137d9baeaa83162ac19dcd98a86cabbed4894 | |
parent | 22f85d04594e1a09936227ef62955a7939d584b4 [diff] [blame] |
patch 8.2.3108: test for remote_foreground() fails Problem: Test for remote_foreground() fails. (Elimar Riesebieter) Solution: Check that $DISPLAY is set. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 060c2e7..9b1ac9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3108, +/**/ 3107, /**/ 3106,