From 28dc08f614f45d37ad90f170935f1f4e12559aeb Mon Sep 17 00:00:00 2001 From: Fabian David Schmidt <39233597+fdschmidt93@users.noreply.github.com> Date: Fri, 19 Aug 2022 10:08:55 +0200 Subject: Revert "rfc: use extmarks for highlighting and carets (#2099)" (#2138) This reverts commit 8d13f4ca8a449d9bd687234b4cb7c531c50b0fa4. --- lua/tests/automated/pickers/find_files_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/tests') diff --git a/lua/tests/automated/pickers/find_files_spec.lua b/lua/tests/automated/pickers/find_files_spec.lua index 98dca3f..7e1c027 100644 --- a/lua/tests/automated/pickers/find_files_spec.lua +++ b/lua/tests/automated/pickers/find_files_spec.lua @@ -26,7 +26,7 @@ describe("builtin.find_files", function() runner.picker('find_files', 'README.md', { post_typed = { { "> README.md", GetPrompt }, - { " README.md", GetBestResult }, + { "> README.md", GetBestResult }, }, post_close = { { 'README.md', GetFile }, @@ -112,7 +112,7 @@ describe("builtin.find_files", function() { { " lua/tests/fixtures/file_a.txt", - " lua/tests/fixtures/file_abc.txt", + "> lua/tests/fixtures/file_abc.txt", }, GetResults }, }, -- cgit v1.2.3