comparison src/version.c @ 14165:5b5364d0729d v8.1.0100

patch 8.1.0100: terminal debugger: error when setting a watch point commit https://github.com/vim/vim/commit/6dccc962f3d019f94656e77309aa00af7bffa4c3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 23 14:36:17 2018 +0200 patch 8.1.0100: terminal debugger: error when setting a watch point Problem: Terminal debugger: error when setting a watch point. Solution: Don't try defining a sign for a watch point.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jun 2018 14:45:06 +0200
parents 99a96be12254
children 3ca818b65cde
comparison
equal deleted inserted replaced
14164:ea860ae813b9 14165:5b5364d0729d
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 100,
764 /**/ 766 /**/
765 99, 767 99,
766 /**/ 768 /**/
767 98, 769 98,
768 /**/ 770 /**/