Clear auto-indent requests if they couldn't be computed

This commit is contained in:
Antonio Scandurra 2022-10-12 10:53:44 +02:00
parent 202950aa98
commit 83d3fad80d

View file

@ -866,6 +866,8 @@ impl Buffer {
}));
}
}
} else {
self.autoindent_requests.clear();
}
}