You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the link to event designators for bash Event-Designators , it says the following of !:
Start a history substitution, except when followed by a space, tab, the end of the line, ‘=’ or ‘(’ (when the extglob shell option is enabled using the shopt builtin).
Is it possible to support to these exception likes "!", "!=" and "!" to not invoke the history substitution in ConsoleReader.expandEvents()?
In our application, we use "!=" in command line, it invoke the history event designators and cause the error, so for now I have to disable the expandEvents.
The text was updated successfully, but these errors were encountered:
In the link to event designators for bash Event-Designators , it says the following of !:
Start a history substitution, except when followed by a space, tab, the end of the line, ‘=’ or ‘(’ (when the extglob shell option is enabled using the shopt builtin).
Is it possible to support to these exception likes "!", "!=" and "!" to not invoke the history substitution in ConsoleReader.expandEvents()?
In our application, we use "!=" in command line, it invoke the history event designators and cause the error, so for now I have to disable the expandEvents.
The text was updated successfully, but these errors were encountered: