Disable autoindent in visual block insert mode

This commit is contained in:
Conrad Irwin 2023-08-16 10:44:59 -06:00
parent 1b4dd49b1d
commit 7f06191c9f
6 changed files with 24 additions and 7 deletions

View file

@ -364,6 +364,7 @@ impl MultiBuffer {
S: ToOffset,
T: Into<Arc<str>>,
{
dbg!("edit", &autoindent_mode);
if self.buffers.borrow().is_empty() {
return;
}