forked from aniani/vim
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)
|
||||
|
||||
Reference in New Issue
Block a user