mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-14 12:30:16 +00:00
fix + / - confusion.
This commit is contained in:
parent
bdba86249e
commit
1da6c3e9da
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
|
|
||||||
'-' when eval
|
'-' when eval
|
||||||
%push_token => { tokens.emplace_back("+", '-'); };
|
%push_token => { tokens.emplace_back("-", '-'); };
|
||||||
|
|
||||||
'!' when eval
|
'!' when eval
|
||||||
%push_token => { tokens.emplace_back("!", '!'); };
|
%push_token => { tokens.emplace_back("!", '!'); };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user