changeset 30855:cd23a72d67ae v9.0.0762

patch 9.0.0762: build failure Commit: https://github.com/vim/vim/commit/4b082c4bd05f504fda1acaa9d28fca55a2d04857 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 16:25:27 2022 +0100 patch 9.0.0762: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 17:30:02 +0200
parents 5a3768b95027
children 60a5e5258f62
files src/structs.h src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -3034,6 +3034,7 @@ struct file_buffer
 #endif
     char_u	*b_p_kp;	// 'keywordprg'
     int		b_p_lisp;	// 'lisp'
+    char_u	*b_p_lop;	// 'lispoptions'
     char_u	*b_p_menc;	// 'makeencoding'
     char_u	*b_p_mps;	// 'matchpairs'
     int		b_p_ml;		// 'modeline'
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    762,
+/**/
     761,
 /**/
     760,