1
0
forked from aniani/vim

patch 8.0.1791: using uint8_t does not work everywhere

Problem:    Using uint8_t does not work everywhere.
Solution:   Use char_u instead.
This commit is contained in:
Bram Moolenaar
2018-05-05 14:29:06 +02:00
parent c136af29c0
commit 9894e394b2
4 changed files with 6 additions and 4 deletions

View File

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