diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-07-22 00:41:10 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-07-22 00:41:10 +0100 |
| commit | 826bf22eeff5a867f9126729d12343bba08f0d1f (patch) | |
| tree | 091d532dcbb5af64fc01316f1a894fce9094cc04 /src/normal.cc | |
| parent | bc48d9260da1785008d7b20288f9e23f28f7a607 (diff) | |
fix align with multiple columns
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc index c3cd2a05..e4b7e76f 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(); } } |
