From dad27fe1a0d3cf7382675e9fb2c64a0a4f874a59 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 14 Dec 2013 13:21:07 +0000 Subject: Remove simple selectors, always go through a multi selector --- src/unit_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit_tests.cc') diff --git a/src/unit_tests.cc b/src/unit_tests.cc index 1294c0be..8d7fb908 100644 --- a/src/unit_tests.cc +++ b/src/unit_tests.cc @@ -77,7 +77,7 @@ void test_editor() { scoped_edition edition{editor}; editor.select(select_whole_buffer); - editor.multi_select(std::bind(select_all_matches, _1, _2, Regex{"\\n\\h*"})); + editor.select(std::bind(select_all_matches, _1, _2, Regex{"\\n\\h*"})); for (auto& sel : editor.selections()) { kak_assert(buffer.byte_at(sel.min()) == '\n'); -- cgit v1.2.3