diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-09 14:20:16 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-09 14:20:16 +0800 |
commit | 3858df0c6ff9811d112757efbf2de31e06b77dc8 (patch) | |
tree | 7d581838e504684f8e99202fe9d8d401fa0a6591 /server/locale/en-US/libs/@lua | |
parent | 264e332acd1dbfb91c3f6633f6b48f3e4119f832 (diff) | |
download | lua-language-server-3858df0c6ff9811d112757efbf2de31e06b77dc8.zip |
默认不加载自定义库中的全局变量
Diffstat (limited to 'server/locale/en-US/libs/@lua')
-rw-r--r-- | server/locale/en-US/libs/@lua/package.lni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/locale/en-US/libs/@lua/package.lni b/server/locale/en-US/libs/@lua/package.lni index 3b482ae9..1c8b633a 100644 --- a/server/locale/en-US/libs/@lua/package.lni +++ b/server/locale/en-US/libs/@lua/package.lni @@ -26,4 +26,4 @@ description = 'A table used by `require` to control how to load modules.' description = 'Searches for the given `name` in the given `path`.' [seeall] -describing = 'Sets a metatable for `module` with its `__index` field referring to the global environment, so that this module inherits values from the global environment. To be used as an option to function `module` . +describing = 'Sets a metatable for `module` with its `__index` field referring to the global environment, so that this module inherits values from the global environment. To be used as an option to function `module` .' |