From e2c453d38f6512ac4cff7cd26aa7780b4e2534d7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 21 Aug 2019 14:37:09 +0200 Subject: patch 8.1.1901: the +insert_expand feature is not always available Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature. --- src/tag.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index 64b30572a7..284f2c1a02 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1901,13 +1901,9 @@ find_tags( else #endif fast_breakcheck(); -#ifdef FEAT_INS_EXPAND if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */ ins_compl_check_keys(30, FALSE); if (got_int || ins_compl_interrupted()) -#else - if (got_int) -#endif { stop_searching = TRUE; break; -- cgit v1.2.3