comparison src/version.c @ 12106:d2c20ec4b95a v8.0.0933

patch 8.0.0933: terminal test tries to start GUI when it's not possible commit https://github.com/vim/vim/commit/9f0139a2a869b0804e5b91a65e3d5952c9091879 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 20:26:20 2017 +0200 patch 8.0.0933: terminal test tries to start GUI when it's not possible Problem: Terminal test tries to start GUI when it's not possible. Solution: Check if the GUI can run. (James McCoy, closes https://github.com/vim/vim/issues/1971)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 20:30:05 +0200
parents 3bf5fe164a9f
children 4b2bbbf81628
comparison
equal deleted inserted replaced
12105:5fb450ed333a 12106:d2c20ec4b95a
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 933,
772 /**/ 774 /**/
773 932, 775 932,
774 /**/ 776 /**/
775 931, 777 931,
776 /**/ 778 /**/