mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
0c536b5d8a
commit
6e9f329d05
@ -761,7 +761,7 @@ void clearFolding(win_T *win)
|
|||||||
*/
|
*/
|
||||||
void foldUpdate(win_T *wp, linenr_T top, linenr_T bot)
|
void foldUpdate(win_T *wp, linenr_T top, linenr_T bot)
|
||||||
{
|
{
|
||||||
if (compl_busy) {
|
if (compl_busy || State & INSERT) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user