summary refs log tree commit diff
path: root/tab.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-07 14:34:26 -0400
committerJune McEnroe <june@causal.agency>2018-08-07 14:34:26 -0400
commit9ccb25a1a5589be4091b684fbde9b83800fe1f6e (patch)
tree97810fd60f7ff7d55c7fd9c1767a665e29d31e5e /tab.c
parentDefine ui.c BUF_LEN with enum (diff)
downloadcatgirl-9ccb25a1a5589be4091b684fbde9b83800fe1f6e.tar.gz
catgirl-9ccb25a1a5589be4091b684fbde9b83800fe1f6e.zip
Fix /me formatting side-effects
NEVER pass side-effects to a macro.
Diffstat (limited to 'tab.c')
0 files changed, 0 insertions, 0 deletions
portJune McEnroe 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