diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-11-30 18:32:49 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-11-30 18:32:49 +0100 |
| commit | b764a0a63ed23434f5b6e82c4503c8efc7bbdf8b (patch) | |
| tree | 7808410301651e188f063d05b8a374248d8cedb4 /src/window.cc | |
| parent | 956ac60d4ac1048ca8a5713c9ccc90941288aff0 (diff) | |
Selection: refactoring, move CaptureList to Selection
Diffstat (limited to 'src/window.cc')
| -rw-r--r-- | src/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc index 25dc5497..821045cd 100644 --- a/src/window.cc +++ b/src/window.cc @@ -175,7 +175,7 @@ String Window::status_line() const void Window::on_incremental_insertion_end() { - SelectionAndCapturesList backup(selections()); + SelectionList backup(selections()); hooks().run_hook("InsertEnd", "", Context(*this)); select(backup); } |
