diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-03 19:13:01 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-03 19:13:01 +0800 |
commit | 289a780f38c24a7ee0f4ca9502214b41fe11fc30 (patch) | |
tree | 394a8b94a072b6f567a6918150cb683d8ecaef96 /server/test/diagnostics | |
parent | b1f9435c0bc21fb2d27677745e7726c9333b3c06 (diff) | |
download | lua-language-server-289a780f38c24a7ee0f4ca9502214b41fe11fc30.zip |
自动完成的 child 过滤关键字
Diffstat (limited to 'server/test/diagnostics')
-rw-r--r-- | server/test/diagnostics/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index f1efca70..dc060ba4 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -245,4 +245,4 @@ ROOT = 1 TEST [[ local f = load('') f(1, 2, 3) -]]
\ No newline at end of file +]] |