1
0
forked from aniani/vim

updated for version 7.0-104

This commit is contained in:
Bram Moolenaar
2006-09-14 09:07:34 +00:00
parent a391707d9f
commit d29a9eefb6
3 changed files with 18 additions and 1 deletions

View File

@@ -8289,7 +8289,11 @@ trigger_cursorhold()
{
int state;
if (!did_cursorhold && has_cursorhold() && !Recording)
if (!did_cursorhold && has_cursorhold() && !Recording
#ifdef FEAT_INS_EXPAND
&& !ins_compl_active()
#endif
)
{
state = get_real_state();
if (state == NORMAL_BUSY || (state & INSERT) != 0)