summary refs log tree commit diff
path: root/command.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-15 18:40:24 -0500
committerJune McEnroe <june@causal.agency>2021-02-15 18:41:46 -0500
commita92f1260ea8fa662f0944a4941c8d87b37b15761 (patch)
tree824184759394468fbf19596cc1bfa9cff0d931a4 /command.c
parentAdd donation link to README (diff)
downloadcatgirl-a92f1260ea8fa662f0944a4941c8d87b37b15761.tar.gz
catgirl-a92f1260ea8fa662f0944a4941c8d87b37b15761.zip
Don't expand macro if it can't be converted to mbs
Otherwise expanding a macro could hit the assertion in editBuffer
while converting to mbs for consumption by the rest of the program.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
rJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe