summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 209ee06f07..704d4d3954 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -3239,6 +3239,9 @@ vgetorpeek(int advance)
if (pending_exmode_active)
exmode_active = EXMODE_NORMAL;
+ // no chars to block abbreviation for
+ typebuf.tb_no_abbr_cnt = 0;
+
break;
}