diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 00:25:14 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 00:25:14 +0800 |
commit | 21d1b8fd59bcfff3797453e787a1151f8987ae0b (patch) | |
tree | 0e146319e02373c2a90d307c1c06e4af562c57b5 /test/hover/init.lua | |
parent | d308b37e66d01737d5079b5a062127cdfcba47b1 (diff) | |
parent | 63b360689f0c2c99a1ae410518f6866f49972f98 (diff) | |
download | lua-language-server-21d1b8fd59bcfff3797453e787a1151f8987ae0b.zip |
Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 6570c38c..61ba392e 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -808,9 +808,9 @@ global _G: _G { loadstring: function, math: mathlib, module: function, + newproxy: function, next: function, - os: oslib, - ...(+21) + ...(+22) } ]] |