diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-10 15:22:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-10 15:22:05 +0800 |
commit | 38384f5e47bf8f7b7bc33a1c326250a8ee03b767 (patch) | |
tree | 0d9861b103d5e069b1c138aafdb9adface1becb7 /script/core | |
parent | f33db0b3dc76197d20464ca4a95b6472e1bcb634 (diff) | |
download | lua-language-server-38384f5e47bf8f7b7bc33a1c326250a8ee03b767.zip |
fix
Diffstat (limited to 'script/core')
-rw-r--r-- | script/core/completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/completion.lua b/script/core/completion.lua index 28f785d8..785d3054 100644 --- a/script/core/completion.lua +++ b/script/core/completion.lua @@ -366,7 +366,7 @@ local function checkModule(state, word, position, results) commitCharacters = {'.'}, command = { title = 'autoRequire', - command = 'Lua.autoRequire:' .. sp:get_id(), + command = 'lua.autoRequire:' .. sp:get_id(), arguments = { { uri = guide.getUri(state.ast), |