about summary refs log tree commit diff homepage
path: root/help.c (follow)
Commit message (Expand)AuthorAge
* Replace #define with enum or const where possibleJune McEnroe2018-04-09
* Pass message structs by valueJune McEnroe2018-03-05
* Remove leading blank linesJune McEnroe2017-09-27
* Relicense AGPLJune McEnroe2017-09-03
* Use MakefileJune McEnroe2017-08-26
* Add license to C filesJune McEnroe2017-08-24
* Rewrite helpJune McEnroe2017-08-06
* Use designated initializers for messagesJune McEnroe2017-07-31
* Update helpJune McEnroe2017-07-30
* Fix help to track colorJune McEnroe2017-07-30
* Initial commitJune McEnroe2017-07-30
>2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe