1
0
forked from aniani/vim

patch 9.0.1746: vim9class compile error for char/char_u conversion

Problem: vim9class compile error for char/char_u conversion
Solution: Correctly cast to (char *)

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2023-08-19 14:09:16 +02:00
parent fc3058495d
commit 28ae5a32fd
2 changed files with 3 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1746,
/**/
1745,
/**/