summary refs log tree commit diff
path: root/bin/1sh/trap.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-02 16:52:44 -0400
committerJune McEnroe <june@causal.agency>2019-10-02 16:52:44 -0400
commite926dc4f1a6560f9c823dc9a64672c6763154b04 (patch)
tree33996038dffaef4152a831b6916ce1876e838e6d /bin/1sh/trap.h
parentClaim to be curl(1) in title (diff)
downloadsrc-e926dc4f1a6560f9c823dc9a64672c6763154b04.tar.gz
src-e926dc4f1a6560f9c823dc9a64672c6763154b04.zip
Update neovim 0.4.2
Finally a release with my man mode fix... Meanwhile neovim itself has
probably gotten worse.
Diffstat (limited to 'bin/1sh/trap.h')
0 files changed, 0 insertions, 0 deletions
d>June McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 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