0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.0762: build failure

Problem:    Build failure.
Solution:   Add missing change.
This commit is contained in:
Bram Moolenaar
2022-10-15 16:25:27 +01:00
parent 49846fb1a3
commit 4b082c4bd0
2 changed files with 3 additions and 0 deletions

View 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'

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
762,
/**/
761,
/**/