1
0
forked from aniani/vim

patch 8.1.0305: missing support for Lua 5.4 32 bits on Unix

Problem:    Missing support for Lua 5.4 32 bits on Unix.
Solution:   Define lua_newuserdatauv. (Kazunobu Kuriyama)
This commit is contained in:
Bram Moolenaar
2018-08-21 14:23:35 +02:00
parent 2e31048c30
commit 830e3583da
2 changed files with 15 additions and 1 deletions

View File

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