comparison src/version.c @ 14107:274c9f1fbfd2 v8.1.0071

patch 8.1.0071: terminal debugger only works with the terminal feature commit https://github.com/vim/vim/commit/b3307b5e7e7bd3962b0d5c61a94e638564c146b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 17 21:34:11 2018 +0200 patch 8.1.0071: terminal debugger only works with the terminal feature Problem: Terminal debugger only works with the terminal feature. Solution: Make it also work with a prompt buffer. Makes it possible to use on MS-Windows. Various other improvements. (closes #3012)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 21:45:05 +0200
parents 2b227297a918
children 279465096a16
comparison
equal deleted inserted replaced
14106:1293c0cd90ff 14107:274c9f1fbfd2
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 71,
764 /**/ 766 /**/
765 70, 767 70,
766 /**/ 768 /**/
767 69, 769 69,
768 /**/ 770 /**/