comparison src/version.c @ 13450:a7a88403ccb1 v8.0.1599

patch 8.0.1599: no error message when gdb does not support debugger commit https://github.com/vim/vim/commit/3e4b84d0b55936ac017d20df6651ddd05e38f58f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 11 20:51:52 2018 +0100 patch 8.0.1599: no error message when gdb does not support debugger Problem: No error message when gdb does not support the terminal debugger. Solution: Check for the response to open the Machine Interface.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Mar 2018 21:00:08 +0100
parents a62b0bbc8834
children 9b09f6e470e0
comparison
equal deleted inserted replaced
13449:ab94650bc5ca 13450:a7a88403ccb1
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 1599,
769 /**/ 771 /**/
770 1598, 772 1598,
771 /**/ 773 /**/
772 1597, 774 1597,
773 /**/ 775 /**/