comparison src/version.c @ 14360:e91659ae6614 v8.1.0195

patch 8.1.0195: terminal debugger commands don't always work commit https://github.com/vim/vim/commit/963c1ad5d072346d9e95d4c3be066b5e03c601d3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 19 02:55:01 2018 +0200 patch 8.1.0195: terminal debugger commands don't always work Problem: Terminal debugger commands don't always work. (Dominique Pelle) Solution: Set 'cpo' to its default value when defining commands. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Jul 2018 03:00:04 +0200
parents 72d506d94f3f
children 74470fae51f9
comparison
equal deleted inserted replaced
14359:128e4fef2186 14360:e91659ae6614
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 195,
792 /**/ 794 /**/
793 194, 795 194,
794 /**/ 796 /**/
795 193, 797 193,
796 /**/ 798 /**/