comparison src/version.c @ 15506:8b508af36a80 v8.1.0761

patch 8.1.0761: default value for brief_wait is wrong commit https://github.com/vim/vim/commit/e299bbdf6e7edd633501b7a0e11c349c703c361b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 14:12:02 2019 +0100 patch 8.1.0761: default value for brief_wait is wrong Problem: Default value for brief_wait is wrong. Solution: Make the default FALSE. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/3812, closes https://github.com/vim/vim/issues/3799)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 14:15:05 +0100
parents 247511eadb7a
children 69207f77754a
comparison
equal deleted inserted replaced
15505:181490db95f9 15506:8b508af36a80
793 NULL 793 NULL
794 }; 794 };
795 795
796 static int included_patches[] = 796 static int included_patches[] =
797 { /* Add new patch number below this line */ 797 { /* Add new patch number below this line */
798 /**/
799 761,
798 /**/ 800 /**/
799 760, 801 760,
800 /**/ 802 /**/
801 759, 803 759,
802 /**/ 804 /**/