mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
@@ -762,6 +762,10 @@ void clearFolding(win_T *win)
|
||||
*/
|
||||
void foldUpdate(win_T *wp, linenr_T top, linenr_T bot)
|
||||
{
|
||||
if (compl_busy) {
|
||||
return;
|
||||
}
|
||||
|
||||
fold_T *fp;
|
||||
if (wp->w_buffer->terminal) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user