comparison src/version.c @ 15844:63e71d195cee v8.1.0929

patch 8.1.0929: no error when requesting ConPTY but it's not available commit https://github.com/vim/vim/commit/5acd9872580a12ca1138275bf65d1cb9349e2a53 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 13:35:13 2019 +0100 patch 8.1.0929: no error when requesting ConPTY but it's not available Problem: No error when requesting ConPTY but it's not available. Solution: Add an error message. (Hirohito Higashi, closes https://github.com/vim/vim/issues/3967)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 13:45:07 +0100
parents 3af565215286
children 8a53d5b779f2
comparison
equal deleted inserted replaced
15843:88b3b6a90d3a 15844:63e71d195cee
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 929,
786 /**/ 788 /**/
787 928, 789 928,
788 /**/ 790 /**/
789 927, 791 927,
790 /**/ 792 /**/