diff options
Diffstat (limited to 'vm.c')
| -rw-r--r-- | vm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 != '@') { |
