Skip to content

Commit 5c736a1

Browse files
authored
docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)
1 parent 066d160 commit 5c736a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reader/src/main/java/org/jline/reader/LineReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ enum Option {
433433
COMPLETE_MATCHER_CAMELCASE,
434434
/** use type completion matcher */
435435
COMPLETE_MATCHER_TYPO(true),
436+
/** disable special handling of magic history expansion commands like "!" and "!!" and "!n" and "!-n" and "!string" and "^string1^string2" **/
436437
DISABLE_EVENT_EXPANSION,
437438
HISTORY_VERIFY,
438439
HISTORY_IGNORE_SPACE(true),

0 commit comments

Comments
 (0)