From 826bf22eeff5a867f9126729d12343bba08f0d1f Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 22 Jul 2014 00:41:10 +0100 Subject: [PATCH] fix align with multiple columns --- src/normal.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/normal.cc b/src/normal.cc index c3cd2a054..e4b7e76fb 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1061,6 +1061,7 @@ void align(Context& context, int) } buffer.insert(buffer.iterator_at(insert_coord), std::move(padstr)); } + selections.update(); } }