comparison src/version.c @ 13460:aa6ecb272236 v8.0.1604

patch 8.0.1604: paste test may fail if $DISPLAY is not set commit https://github.com/vim/vim/commit/a903472cfa048e7a29d9c6ed0945ef03e48c6a08 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 13 15:43:46 2018 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Mar 2018 15:45:07 +0100
parents 0e7a56b18d61
children 568dcfac9daf
comparison
equal deleted inserted replaced
13459:4879a00cec7f 13460:aa6ecb272236
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1604,
769 /**/ 771 /**/
770 1603, 772 1603,
771 /**/ 773 /**/
772 1602, 774 1602,
773 /**/ 775 /**/