We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lua.pat
1 parent 9bc59e2 commit c7e1d0bCopy full SHA for c7e1d0b
lua.pat
@@ -48,7 +48,18 @@
48
49
/* }================================================================== */
50
51
-
+@@ -231,7 +236,10 @@
52
+ #define LUA_PATH_DEFAULT \
53
+ LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \
54
+ LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" \
55
+- "./?.lua;" "./?/init.lua"
56
++ "./?.lua;" "./?/init.lua" \
57
++ LUA_LDIR"?.LUA;" LUA_LDIR"?/init.LUA;" \
58
++ LUA_CDIR"?.LUA;" LUA_CDIR"?/init.LUA;" \
59
++ "./?.LUA;" "./?/init.LUA"
60
+ #endif
61
+
62
+ #if !defined(LUA_CPATH_DEFAULT)
63
--- lua/lutf8lib.c
64
+++ lua/lutf8lib.c
65
@@ -31,7 +31,9 @@
0 commit comments