mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.3.794
Problem: Tiny build fails. (Tony Mechelynck) Solution: Adjust #ifdefs.
This commit is contained in:
@@ -939,7 +939,6 @@ vim_iswordp(p)
|
|||||||
return GET_CHARTAB(curbuf, *p) != 0;
|
return GET_CHARTAB(curbuf, *p) != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_SYN_HL) || defined(PROTO)
|
|
||||||
int
|
int
|
||||||
vim_iswordp_buf(p, buf)
|
vim_iswordp_buf(p, buf)
|
||||||
char_u *p;
|
char_u *p;
|
||||||
@@ -951,7 +950,6 @@ vim_iswordp_buf(p, buf)
|
|||||||
#endif
|
#endif
|
||||||
return (GET_CHARTAB(buf, *p) != 0);
|
return (GET_CHARTAB(buf, *p) != 0);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* return TRUE if 'c' is a valid file-name character
|
* return TRUE if 'c' is a valid file-name character
|
||||||
|
@@ -725,6 +725,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 */
|
||||||
|
/**/
|
||||||
|
794,
|
||||||
/**/
|
/**/
|
||||||
793,
|
793,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user