From 4be06f9e1b7ccde37f783e09b6ae35f69aa67995 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 29 Jul 2005 22:36:03 +0000 Subject: updated for version 7.0119 --- src/getchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/getchar.c') diff --git a/src/getchar.c b/src/getchar.c index bc30d6c99..8f2df02dc 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -1946,7 +1946,7 @@ vgetorpeek(advance) && State != CONFIRM #ifdef FEAT_INS_EXPAND && !((ctrl_x_mode != 0 && vim_is_ctrl_x_key(c1)) - || ((continue_status & CONT_LOCAL) + || ((compl_cont_status & CONT_LOCAL) && (c1 == Ctrl_N || c1 == Ctrl_P))) #endif ) -- cgit v1.2.1