]> granicus.if.org Git - vim/commitdiff
patch 9.0.0762: build failure v9.0.0762
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 15:25:27 +0000 (16:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 15:25:27 +0000 (16:25 +0100)
Problem:    Build failure.
Solution:   Add missing change.

src/structs.h
src/version.c

index bf65d52ed63d2fa836ee448a52f46393e625f694..bc3d8cb07f22389886f7c93994b89a32dfd458b4 100644 (file)
@@ -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'
index 6e602bea3ad2e2f3e8b7e586ccebeb38eed52b4f..08851f8c92440153850b83adb9d0eee5b7d40602 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    762,
 /**/
     761,
 /**/