summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-15 16:25:27 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-15 16:25:27 +0100
commit4b082c4bd05f504fda1acaa9d28fca55a2d04857 (patch)
tree492cc22e3637334de7fd1af4029d247f409338cd
parent49846fb1a31de99f49d6a7e70efe685197423c84 (diff)
patch 9.0.0762: build failurev9.0.0762
Problem: Build failure. Solution: Add missing change.
-rw-r--r--src/structs.h1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index bf65d52ed6..bc3d8cb07f 100644
--- 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'
diff --git a/src/version.c b/src/version.c
index 6e602bea3a..08851f8c92 100644
--- 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,