diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-05-30 16:57:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-05-30 16:57:20 +0800 |
commit | eca92d19c165c697d50ec83fbce5591a60c2124a (patch) | |
tree | c84edc1806496dddbb3d9b8dd46bd50977be853e /test-beta/completion/init.lua | |
parent | 7f963936a62ff7a138458c50736fcf106cc2fbe3 (diff) | |
download | lua-language-server-eca92d19c165c697d50ec83fbce5591a60c2124a.zip |
eachField 加入 library
Diffstat (limited to 'test-beta/completion/init.lua')
-rw-r--r-- | test-beta/completion/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-beta/completion/init.lua b/test-beta/completion/init.lua index 7acd6a54..8ef76c3b 100644 --- a/test-beta/completion/init.lua +++ b/test-beta/completion/init.lua @@ -112,7 +112,7 @@ zace$ } TEST [[ -ZABC +ZABC = x local zabc zac$ ]] |