commit | a903472cfa048e7a29d9c6ed0945ef03e48c6a08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 15:43:46 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 15:43:46 2018 +0100 |
tree | 86750b67c2f752e72c9cd852c2f3dd5aa53f368d | |
parent | f118d4847eb0dc2473260aebce301643568c5bc3 [diff] [blame] |
patch 8.0.1604: paste test may fail if $DISPLAY is not set Problem: Paste test may fail if $DISPLAY is not set. Solution: Add WorkingClipboard() and use it in the paste test.
diff --git a/src/version.c b/src/version.c index d1fd6ea..36e94b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1604, +/**/ 1603, /**/ 1602,