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:
@@ -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'
|
||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
762,
|
||||
/**/
|
||||
761,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user