summaryrefslogtreecommitdiffstats
path: root/src/misc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/misc1.c b/src/misc1.c
index bcc43dafbf..97e41964f2 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -2034,6 +2034,9 @@ ins_char_bytes(buf, charlen)
#ifdef FEAT_MBYTE
&& charlen == 1
#endif
+#ifdef FEAT_INS_EXPAND
+ && !ins_compl_active()
+#endif
)
showmatch(c);