summaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.c b/src/match.c
index b630944..dc94acf 100644
--- a/src/match.c
+++ b/src/match.c
@@ -330,7 +330,7 @@ const unsigned int CharAttrs[] = {
/* SP */ PRINT_C|SPACE_C,
/* ! */ PRINT_C|KWILD_C|CHAN_C|VCHAN_C|NONEOS_C,
/* " */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C,
-/* # */ PRINT_C|KWILD_C|CHANPFX_C|CHAN_C|VCHAN_C|NONEOS_C,
+/* # */ PRINT_C|CHANPFX_C|CHAN_C|VCHAN_C|NONEOS_C,
/* $ */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C|USER_C,
/* % */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C,
/* & */ PRINT_C|CHAN_C|VCHAN_C|NONEOS_C,