diff options
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1169,7 +1169,7 @@ static void find_matching_syms(lino_completions_t *cpl, break; /* fallthrough */ default: - if (find_struct_type(sym) || ffi_type_p(sym)) + if (keywordp(sym) || find_struct_type(sym) || ffi_type_p(sym)) break; /* fallthrough */ case '[': |