comparison src/version.c @ 31055:5a95f0c630b1 v9.0.0862

patch 9.0.0862: default value of 'endoffile' is wrong Commit: https://github.com/vim/vim/commit/0aad88f073602849d1623122eb3c323f8e252def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 12 11:54:26 2022 +0000 patch 9.0.0862: default value of 'endoffile' is wrong Problem: Default value of 'endoffile' is wrong. Solution: The default must be 'noendoffile'.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Nov 2022 13:00:05 +0100
parents 39f96b1e7b8d
children 1a32f1a4f823
comparison
equal deleted inserted replaced
31054:a0f0c144baff 31055:5a95f0c630b1
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 862,
698 /**/ 700 /**/
699 861, 701 861,
700 /**/ 702 /**/
701 860, 703 860,
702 /**/ 704 /**/