aboutsummaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index dade953..c82832a 100644
--- a/vm.c
+++ b/vm.c
@@ -377,6 +377,7 @@ void print_match(match_t *m, const char *color, int verbose)
printf("\033[0;34m");
for (const char *r = m->name_or_replacement; *r; ) {
if (*r == '\\') {
+ ++r;
fputc(unescapechar(r, &r), stdout);
continue;
} else if (*r != '@') {