Skip to content

Commit fe1a6ff

Browse files
authoredMar 18, 2022
Docs typo: Columns separated -> Colon separated (#775)
I believe "colon" was intended because *HISTORY_IGNORE*'s value is passed to `matchPatterns` which converts colons to Regex `|`. https://github.com/jline/jline3/blob/c6ae2c1295c81893456a38ae69509693a690b50d/reader/src/main/java/org/jline/reader/impl/history/DefaultHistory.java#L402-L403
1 parent f9b267f commit fe1a6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public interface LineReader {
352352
String AMBIGUOUS_BINDING = "ambiguous-binding";
353353

354354
/**
355-
* Columns separated list of patterns that will not be saved in history.
355+
* Colon separated list of patterns that will not be saved in history.
356356
*/
357357
String HISTORY_IGNORE = "history-ignore";
358358

0 commit comments

Comments
 (0)
Please sign in to comment.