diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-18 17:28:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-18 17:28:21 +0800 |
commit | b45a90132438bb2d84b7376066e5ff409833a13f (patch) | |
tree | b87782402cd4c5f275aa880d1c9bd82b5b5b1103 /test/completion/common.lua | |
parent | a7fcbe21fa6e06c46875fd8abb6d2eacb1db844e (diff) | |
download | lua-language-server-b45a90132438bb2d84b7376066e5ff409833a13f.zip |
update
Diffstat (limited to 'test/completion/common.lua')
-rw-r--r-- | test/completion/common.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua index ff36ee0a..f800fa9d 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -1055,7 +1055,7 @@ z<??> label = 'z.b.c', kind = define.CompletionItemKind.Field, textEdit = { - start = 20001, + start = 20000, finish = 20001, newText = '_ENV["z.b.c"]', }, |