diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-10-08 19:28:57 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-10-08 19:28:57 +0100 |
| commit | 00c8d1a4faa2de730328f2d57a78b3e5b64ba9d7 (patch) | |
| tree | d9a98db532e99fc2d4f307b3a6d4f15e3a6a13f4 /src | |
| parent | ab925686ab40896778a9111677379f1eabc1629c (diff) | |
Fix tabs that appeared in the codebase
Diffstat (limited to 'src')
| -rw-r--r-- | src/normal.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/normal.cc b/src/normal.cc index d240dad1..c8592b8b 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -678,7 +678,7 @@ void rotate_selections_content(Context& context) int count = context.numeric_param(); if (count == 0) count = 1; - Editor& editor = context.editor(); + Editor& editor = context.editor(); auto strings = editor.selections_content(); count = count % strings.size(); std::rotate(strings.begin(), strings.end()-count, strings.end()); @@ -776,8 +776,8 @@ void jump(Context& context) void save_selections(Context& context) { - context.push_jump(); - context.print_status({ "saved " + to_string(context.editor().selections().size()) + + context.push_jump(); + context.print_status({ "saved " + to_string(context.editor().selections().size()) + " selections", get_color("Information") }); } |
