diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-16 12:09:30 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-16 12:09:30 +0100 |
commit | b2e1f8a28fab71c7ef38d39226967be8c3559590 (patch) | |
tree | d7f5df0688f5fe7c692b8a9bf40f35e99ceae0cf /src/version.c | |
parent | ddbfe238a50dc846f2f722e9d870fc0dff5a2764 (diff) | |
download | vim-git-b2e1f8a28fab71c7ef38d39226967be8c3559590.tar.gz |
patch 8.2.0391: CI test coverage droppedv8.2.0391
Problem: CI test coverage dropped.
Solution: Set $DISPLAY also for non-GUI builds. (James McCoy, closes #5788)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 33bdb39bb..78d89402a 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389, |