Skip to content

Commit

Permalink
unsupoorted commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pramothragavan committed May 26, 2024
1 parent 2cd78a2 commit 0f90a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/io.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ function(inputString)
fi;
fi;

if currentChar in "erRjstTvFiIO" then
if currentChar in "erRjstTvFiIOlw+campyGS*kKVu?&Px@bz#oMh<>" then
Info(InfoWarning, 1, "Operation (", currentChar, ") not supported.");
Add(segments, inputString{[startPos..currentPos-1]});
return segments;
Expand Down

0 comments on commit 0f90a54

Please sign in to comment.