mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
updated for version 7.3.408
Problem: Missing declaration. Solution: Add the declaration. (John Marriott)
This commit is contained in:
@@ -3286,6 +3286,7 @@ convert_filterW(char_u *s)
|
|||||||
{
|
{
|
||||||
char_u *tmp;
|
char_u *tmp;
|
||||||
int len;
|
int len;
|
||||||
|
WCHAR *res;
|
||||||
|
|
||||||
tmp = convert_filter(s);
|
tmp = convert_filter(s);
|
||||||
if (tmp == NULL)
|
if (tmp == NULL)
|
||||||
|
@@ -714,6 +714,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 */
|
||||||
|
/**/
|
||||||
|
408,
|
||||||
/**/
|
/**/
|
||||||
407,
|
407,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user