summaryrefslogtreecommitdiff
path: root/src/selectors.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-10-28 13:28:15 +0800
committerMaxime Coste <mawww@kakoune.org>2017-10-28 13:43:04 +0800
commit43d470f28684154d698002cf4e1ce5f3927e186f (patch)
treea4a0354671a7b2a6b2bb947e3b762d07bb81e561 /src/selectors.hh
parentc8257a58a5564c64e680fb89559b46da354a7d1c (diff)
Slight cleanup of select_surrounding implementation
Diffstat (limited to 'src/selectors.hh')
-rw-r--r--src/selectors.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selectors.hh b/src/selectors.hh
index 9d4f98dc..e2c3444e 100644
--- a/src/selectors.hh
+++ b/src/selectors.hh
@@ -109,8 +109,8 @@ void split_selections(SelectionList& selections, const Regex& regex, int capture
Optional<Selection>
select_surrounding(const Context& context, const Selection& selection,
- StringView opening, StringView closing, int level,
- ObjectFlags flags);
+ StringView opening, StringView closing, int level,
+ ObjectFlags flags);
}