summaryrefslogtreecommitdiff
path: root/src/selection.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-04-01 22:10:41 +1100
committerMaxime Coste <mawww@kakoune.org>2019-04-01 22:11:18 +1100
commitbaae0c899b14439487b661fa593c80f792855be3 (patch)
treeff7528820df4f18bad9788cd83cb02a009c879f7 /src/selection.hh
parentb8cf457e82a18233b30c696577ea57dd85aee6b8 (diff)
Add -timestamp switch support to the select command
Fixes #2829
Diffstat (limited to 'src/selection.hh')
-rw-r--r--src/selection.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.hh b/src/selection.hh
index bd7e35c2..f83d4e4b 100644
--- a/src/selection.hh
+++ b/src/selection.hh
@@ -163,7 +163,7 @@ Vector<Selection> compute_modified_ranges(Buffer& buffer, size_t timestamp);
String selection_to_string(const Selection& selection);
String selection_list_to_string(const SelectionList& selection);
Selection selection_from_string(StringView desc);
-SelectionList selection_list_from_string(Buffer& buffer, ConstArrayView<String> descs);
+SelectionList selection_list_from_string(Buffer& buffer, ConstArrayView<String> descs, size_t timestamp);
}