mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
folds: Do not auto-update folds for some foldmethods. #5426
This commit is contained in:

committed by
Justin M. Keyes

parent
6a6f188d2a
commit
9d4fcec7c6
@@ -5925,8 +5925,7 @@ static void nv_replace(cmdarg_T *cap)
|
||||
set_last_insert(cap->nchar);
|
||||
}
|
||||
|
||||
foldUpdateAll(curwin);
|
||||
foldOpenCursor();
|
||||
foldUpdateAfterInsert();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user