summaryrefslogtreecommitdiff
path: root/server/locale/en-US/libs/lua/os.lni
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-09 10:26:07 +0800
committersumneko <sumneko@hotmail.com>2019-04-09 10:26:07 +0800
commitb9ef666714e03e2108f4b1f8c245e721dc4fb2fb (patch)
tree59f0acf90e62fb6ad6173a42d32764b79231ea26 /server/locale/en-US/libs/lua/os.lni
parentfd11589c1d5d32f85a9879fa008cb6b10798409a (diff)
downloadlua-language-server-b9ef666714e03e2108f4b1f8c245e721dc4fb2fb.zip
其他差异
Diffstat (limited to 'server/locale/en-US/libs/lua/os.lni')
-rw-r--r--server/locale/en-US/libs/lua/os.lni3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/lua/os.lni b/server/locale/en-US/libs/lua/os.lni
index 7a4591a7..8be67434 100644
--- a/server/locale/en-US/libs/lua/os.lni
+++ b/server/locale/en-US/libs/lua/os.lni
@@ -10,6 +10,9 @@ description = 'Returns the difference, in seconds, from time `t1` to time `t2`.'
[execute]
description = 'Passes `command` to be executed by an operating system shell.'
+['execute Lua 5.1']
+description = 'Passes `command` to be executed by an operating system shell.'
+
[exit]
description = 'Calls the ISO C function `exit` to terminate the host program.'