folds: Do not auto-update folds for some foldmethods. #5426

This commit is contained in:
Shougo Matsushita
2016-10-04 23:03:27 +09:00
committed by Justin M. Keyes
parent 6a6f188d2a
commit 9d4fcec7c6
3 changed files with 15 additions and 4 deletions

View File

@@ -462,8 +462,7 @@ static void insert_enter(InsertState *s)
o_lnum = curwin->w_cursor.lnum;
}
foldUpdateAll(curwin);
foldOpenCursor();
foldUpdateAfterInsert();
if (s->cmdchar != 'r' && s->cmdchar != 'v') {
apply_autocmds(EVENT_INSERTLEAVE, NULL, NULL, false, curbuf);
}