Clear auto-indent requests if they couldn't be computed
This commit is contained in:
parent
202950aa98
commit
83d3fad80d
1 changed files with 2 additions and 0 deletions
|
@ -866,6 +866,8 @@ impl Buffer {
|
|||
}));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
self.autoindent_requests.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue