diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-09-09 00:04:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-09-09 00:04:16 +0800 |
commit | 4e7cdc47cc0f3b43ff62dee7f7c1b2d58a0e169c (patch) | |
tree | 86087922676fb568ab0fa3134b9fd2fa7dfcc46a /test-beta | |
parent | b7e30e823d25f0d31b37eed4ea1cad888f529fbd (diff) | |
download | lua-language-server-4e7cdc47cc0f3b43ff62dee7f7c1b2d58a0e169c.zip |
换算offset时总是使用上一个位置
Diffstat (limited to 'test-beta')
-rw-r--r-- | test-beta/completion/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-beta/completion/init.lua b/test-beta/completion/init.lua index 4d85045a..b6c413af 100644 --- a/test-beta/completion/init.lua +++ b/test-beta/completion/init.lua @@ -826,6 +826,8 @@ end TEST [[ print(io.$) ]] +(EXISTS) + require 'config' .config.runtime.version = 'Lua 5.4' --TEST [[ --local $ |