mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00: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;
|
||||
int len;
|
||||
WCHAR *res;
|
||||
|
||||
tmp = convert_filter(s);
|
||||
if (tmp == NULL)
|
||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
408,
|
||||
/**/
|
||||
407,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user