summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-29 17:58:51 -0500
committerJune McEnroe <june@causal.agency>2019-11-29 17:58:51 -0500
commit80fd89f6a95d5c2d1b895f3d9f5a19b36f98e693 (patch)
tree0a08599dca4d7080a0ec72b066795a62043fed15 /bin
parentClear PATH before populating it again (diff)
downloadsrc-80fd89f6a95d5c2d1b895f3d9f5a19b36f98e693.tar.gz
src-80fd89f6a95d5c2d1b895f3d9f5a19b36f98e693.zip
Only add existing directories to PATH
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
'> 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 These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe