Skip to content

Commit 1388dff

Browse files
ChristophLHRColdIV
andcommitted
Fixed autocomplete
Co-authored-by: Josh <[email protected]>
1 parent 6bcf9d6 commit 1388dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/scm/autocomplete.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $ help <name>
258258
end
259259

260260
function Autocomplete:updateAutocomplete()
261-
shell.setCompletionFunction("SCM", completionFunction)
261+
shell.setCompletionFunction("scm.lua", completionFunction)
262262
end
263263

264264
function Autocomplete:refreshAutocomplete()

0 commit comments

Comments
 (0)