Commit message (Expand) | Author | ||
---|---|---|---|
2019-02-10 | Replace uses of pattend with newline patterns | June McEnroe | |
2019-02-10 | Add hi debug output | June McEnroe | |
2019-02-10 | Actually do HTML " escaping | June McEnroe | |
2019-02-10 | Set git commit.verbose | June McEnroe | |
2019-02-10 | Add back missing static keyword | June McEnroe='/src/commit/bin/mtags.c?id=3dd2cbde032f02fce7fab4bba03405bd9a289314&follow=1'>Avoid matching ':' in make tags | June McEnroe |
Otherwise a :: rule includes one of the ':'s in the tag name. | |||
2021-01-19 | Prefer tag matches not preceded by [[:alnum:]] | June McEnroe | |
Otherwise the "id" in "void" matches for "void id". | |||
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | |
2021-01-20 | Use mtags in source-filter | June McEnroe | |
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | |
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | |
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | |
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | |
These don't really go together, but... | |||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | |
Otherwise it ends up going into Shell state. | |||
2021-01-18 | Allow matching lexers using first input line | June McEnroe |