mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
fix align with multiple columns
This commit is contained in:
parent
bc48d9260d
commit
826bf22eef
@ -1061,6 +1061,7 @@ void align(Context& context, int)
|
||||
}
|
||||
buffer.insert(buffer.iterator_at(insert_coord), std::move(padstr));
|
||||
}
|
||||
selections.update();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user