]>
git.sthu.org Git - mutt-gruvbox.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stefan Huber [Wed, 26 Jan 2022 16:08:21 +0000 (17:08 +0100)]
Improve link highlighting
Stefan Huber [Sat, 22 Jan 2022 12:23:26 +0000 (13:23 +0100)]
Another try for link highlighting
Stefan Huber [Wed, 19 Jan 2022 09:58:58 +0000 (10:58 +0100)]
Major update of URL syntax highlighting
Stefan Huber [Sat, 15 Jan 2022 12:51:39 +0000 (13:51 +0100)]
Fix highlighting URLS with schema
Stefan Huber [Sat, 20 Feb 2021 08:12:34 +0000 (09:12 +0100)]
README: Fix source paths
Stefan Huber [Wed, 17 Feb 2021 19:32:33 +0000 (20:32 +0100)]
README: Add screenshot
Stefan Huber [Wed, 17 Feb 2021 10:09:23 +0000 (11:09 +0100)]
Limit regex repetition to 255
The BSD implementation of regex has RE_DUP_MAX set to 255, e.g., see man
3 regex for openbsd. Limit the patterns to 255 to support mutt on BSD,
like Mac OS X (Darwin).
Fixes #1 (github)
Reported-by: reportaman
Stefan Huber [Tue, 16 Feb 2021 09:53:58 +0000 (10:53 +0100)]
Update README on installation and more
Stefan Huber [Tue, 16 Feb 2021 09:07:06 +0000 (10:07 +0100)]
Initial commit