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

@@ -5925,8 +5925,7 @@ static void nv_replace(cmdarg_T *cap)
set_last_insert(cap->nchar);
}
foldUpdateAll(curwin);
foldOpenCursor();
foldUpdateAfterInsert();
}
/*