Skip to content

Commit 6a99efd

Browse files
committed
mark as incomplete
1 parent 00be6b2 commit 6a99efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/core/completion/completion.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ local function checkFieldOfRefs(refs, state, word, startPos, position, parent, o
535535
local count = 0
536536
for _, src in ipairs(refs) do
537537
if count > 100 then
538+
results.incomplete = true
538539
break
539540
end
540541
local _, name = vm.viewKey(src, state.uri)

0 commit comments

Comments
 (0)