about summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-07 11:06:29 -0400
committerJune McEnroe <june@causal.agency>2020-04-07 11:06:29 -0400
commit83a2fb0d345c1e38069a5ec243cbea2a65c43731 (patch)
treee3bdc01e0fc5e696c14ae98eaada8fd7f980a6bb /edit.c
parentAdd M-q to collapse whitespace (diff)
downloadcatgirl-83a2fb0d345c1e38069a5ec243cbea2a65c43731.tar.gz
catgirl-83a2fb0d345c1e38069a5ec243cbea2a65c43731.zip
Reset unreadSoft only on first unreadHard
Also rename unread{,Lines} to be maybe more clear and disambiguate with
buffer lines.
Diffstat (limited to 'edit.c')
0 files changed, 0 insertions, 0 deletions
e459954384d9f6980c156b73c5ad198&follow=1'>Prefer 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