diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 '[': |