diff options
Diffstat (limited to 'test/crossfile/completion.lua')
-rw-r--r-- | test/crossfile/completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua index 353abf33..f2487b68 100644 --- a/test/crossfile/completion.lua +++ b/test/crossfile/completion.lua @@ -630,7 +630,7 @@ function (a: any, b: any) ```]], additionalTextEdits = { { - start = 0, + start = 1, finish = 0, newText = 'local myfunc = require "myfunc"\n' } |