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