We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066d160 commit 5c736a1Copy full SHA for 5c736a1
reader/src/main/java/org/jline/reader/LineReader.java
@@ -433,6 +433,7 @@ enum Option {
433
COMPLETE_MATCHER_CAMELCASE,
434
/** use type completion matcher */
435
COMPLETE_MATCHER_TYPO(true),
436
+ /** disable special handling of magic history expansion commands like "!" and "!!" and "!n" and "!-n" and "!string" and "^string1^string2" **/
437
DISABLE_EVENT_EXPANSION,
438
HISTORY_VERIFY,
439
HISTORY_IGNORE_SPACE(true),
0 commit comments