diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-11-14 00:12:15 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-11-14 00:12:15 +0000 |
| commit | 04ae48c346d0c2c6d6bcd4bbb7f6ff0ab88c1bd8 (patch) | |
| tree | 31609f0e6d9159f0e0c1c416e392f380c51a67e0 /src/normal.cc | |
| parent | 9679b17b16fb971de2e048a1abf2d63fe83ad3ee (diff) | |
indent cleanup, correct erroneous 3 spaces indent
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index 932488f5..b837a0f5 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -745,7 +745,7 @@ void select_to_next_char(Context& context, int param) std::bind(flags & SelectFlags::Reverse ? select_to_reverse : select_to, _1, _2, key.key, param, flags & SelectFlags::Inclusive), flags & SelectFlags::Extend ? SelectMode::Extend : SelectMode::Replace); - }, "select to next char","enter char to select to"); + }, "select to next char","enter char to select to"); } void start_or_end_macro_recording(Context& context, int) |
