This repository was archived by the owner on Nov 11, 2018. It is now read-only.
Commit 7b43acd
committed
Put whitespace before http to prevent colorizing issues
Sometimes hashtags will be smashed into links. When the _print_stream_item regex tried to put in
the colorings, the escape codes were being inserted after the : in the link. This commit will put
a space before http (if there's a charcter in front of it).1 parent 0395cb4 commit 7b43acd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments