comparison src/version.c @ 15093:8690318105ee v8.1.0557

patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint number commit https://github.com/vim/vim/commit/5378e1cf0a05121bfa76df2279944ad3b0b5ce4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 2 13:47:03 2018 +0100 patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint number Problem: Termdebug: gdb may use X.Y for breakpoint number. Solution: Handle X.Y breakpoint numbers. (Yasuhiro Matsumoto, close https://github.com/vim/vim/issues/3641)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Dec 2018 14:00:06 +0100
parents e8fdc71f3ea0
children 803807ab19c5
comparison
equal deleted inserted replaced
15092:1aa58d876f4f 15093:8690318105ee
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 557,
795 /**/ 797 /**/
796 556, 798 556,
797 /**/ 799 /**/
798 555, 800 555,
799 /**/ 801 /**/