about summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-11 19:12:42 -0400
committerJune McEnroe <june@causal.agency>2020-09-11 19:12:42 -0400
commitb2de129e3f48136bd56a5f0f1d9028c2ecef0bc2 (patch)
tree9100f366bc3867a4b5357ef8cd06c6393d76e4d1 /command.c
parentSilence set-but-unused warning (diff)
downloadcatgirl-b2de129e3f48136bd56a5f0f1d9028c2ecef0bc2.tar.gz
catgirl-b2de129e3f48136bd56a5f0f1d9028c2ecef0bc2.zip
Copy style from wrapping point
This fixes a bug when wrapping on a word with style changes inside it,
where the copied style would be different depending on the width of the
terminal.
Diffstat (limited to 'command.c')
0 files changed, 0 insertions, 0 deletions
>June McEnroe 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 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe