summary refs log tree commit diff
path: root/home/.inputrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-10-16 12:34:36 -0400
committerJune McEnroe <programble@gmail.com>2017-10-16 12:34:36 -0400
commit3de02228f7173cb1c4d974db08b81f83aa277724 (patch)
treedf66208012a7b1cff5264eec79ab56778df6cb6f /home/.inputrc
parentHandle blank lines in ish (diff)
downloadsrc-3de02228f7173cb1c4d974db08b81f83aa277724.tar.gz
src-3de02228f7173cb1c4d974db08b81f83aa277724.zip
Include sys/wait.h in ish
Annoying when these things somehow get included through other means
without your knowing. FreeBSD seems to have much better separation
between header files than Darwin.
Diffstat (limited to 'home/.inputrc')
0 files changed, 0 insertions, 0 deletions
tle='2021-01-19 23:38:11 -0500'>2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 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 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