mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.2273: build failure
Problem: Build failure. Solution: Add missing changes to header file.
This commit is contained in:
parent
aa210a3aec
commit
628c102d12
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2273,
|
||||||
/**/
|
/**/
|
||||||
2272,
|
2272,
|
||||||
/**/
|
/**/
|
||||||
|
@ -141,8 +141,9 @@ typedef enum {
|
|||||||
ISN_NEGATENR, // apply "-" to number
|
ISN_NEGATENR, // apply "-" to number
|
||||||
|
|
||||||
ISN_CHECKNR, // check value can be used as a number
|
ISN_CHECKNR, // check value can be used as a number
|
||||||
ISN_CHECKTYPE, // check value type is isn_arg.type.tc_type
|
ISN_CHECKTYPE, // check value type is isn_arg.type.ct_type
|
||||||
ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
|
ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
|
||||||
|
ISN_SETTYPE, // set dict type to isn_arg.type.ct_type
|
||||||
|
|
||||||
ISN_PUT, // ":put", uses isn_arg.put
|
ISN_PUT, // ":put", uses isn_arg.put
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user