about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile2326log plain blame
-rw-r--r--README.73085log plain blame
-rw-r--r--catgirl.111221log plain blame
-rw-r--r--chat.c8304log plain blame
-rw-r--r--chat.h5897log plain blame
-rw-r--r--command.c8270log plain blame
-rw-r--r--complete.c4198log plain blame
-rw-r--r--config.c3198log plain blame
-rwxr-xr-xconfigure762log plain blame
-rw-r--r--edit.c4991log plain blame
-rw-r--r--handle.c19492log plain blame
-rw-r--r--irc.c6770log plain blame
d---------scripts280log plain
-rw-r--r--ui.c25988log plain blame
-rw-r--r--url.c5040log plain blame
-rw-r--r--xdg.c3340log plain blame
td>June 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