comparison src/version.c @ 16082:2699db3e4d9d v8.1.1046

patch 8.1.1046: the "secure" variable is used inconsistently commit https://github.com/vim/vim/commit/82b033eff82d3ed0da77fd5f5a1c023766acabba Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 24 14:02:04 2019 +0100 patch 8.1.1046: the "secure" variable is used inconsistently Problem: the "secure" variable is used inconsistently. (Justin M. Keyes) Solution: Set it to one instead of incrementing.
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Mar 2019 14:15:04 +0100
parents bf8cf5c3b784
children ed1482db2d72
comparison
equal deleted inserted replaced
16081:5878e48ded93 16082:2699db3e4d9d
773 NULL 773 NULL
774 }; 774 };
775 775
776 static int included_patches[] = 776 static int included_patches[] =
777 { /* Add new patch number below this line */ 777 { /* Add new patch number below this line */
778 /**/
779 1046,
778 /**/ 780 /**/
779 1045, 781 1045,
780 /**/ 782 /**/
781 1044, 783 1044,
782 /**/ 784 /**/