Posted 28 June 2015 - 09:14 PM
VERSION:
1.74
DESCRIPTION:
bios: 247 appemt to call nil (_fnComplete is missing, but somehow the if above worked)
EXPECTED RESULT:
The Completion for either a file or a directory should show up.
REPRODUCTION STEPS:
In Shell:
press "t" then "y" then "tab"
REASON:
In Line 184 of rom/startup it says
instead of
(The second "e" in "complete" missing)
1.74
DESCRIPTION:
bios: 247 appemt to call nil (_fnComplete is missing, but somehow the if above worked)
EXPECTED RESULT:
The Completion for either a file or a directory should show up.
REPRODUCTION STEPS:
In Shell:
press "t" then "y" then "tab"
REASON:
In Line 184 of rom/startup it says
shell.setCompletionFunction( "rom/programs/type", completEither )
instead of
shell.setCompletionFunction( "rom/programs/type", completeEither )
(The second "e" in "complete" missing)
Edited on 28 June 2015 - 07:17 PM