summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index ec59399d..4484eba0 100644
--- a/parser.c
+++ b/parser.c
@@ -458,7 +458,7 @@ static void find_matching_syms(lino_completions_t *cpl,
switch (par) {
case '(':
- if (!fboundp(sym))
+ if (!fboundp(sym) && !mboundp(sym) && !special_operator_p(sym))
continue;
break;
case '[':