We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcf9d6 commit 1388dffCopy full SHA for 1388dff
libs/scm/autocomplete.lua
@@ -258,7 +258,7 @@ $ help <name>
258
end
259
260
function Autocomplete:updateAutocomplete()
261
- shell.setCompletionFunction("SCM", completionFunction)
+ shell.setCompletionFunction("scm.lua", completionFunction)
262
263
264
function Autocomplete:refreshAutocomplete()
0 commit comments