summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index 9e270a29ed..950ab8d95a 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -1591,7 +1591,7 @@ find_tags(
#ifdef FEAT_INS_EXPAND
if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */
ins_compl_check_keys(30, FALSE);
- if (got_int || compl_interrupted)
+ if (got_int || ins_compl_interrupted())
#else
if (got_int)
#endif