diff options
| author | Fabian David Schmidt <39233597+fdschmidt93@users.noreply.github.com> | 2022-08-19 10:08:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-19 10:08:55 +0200 |
| commit | 28dc08f614f45d37ad90f170935f1f4e12559aeb (patch) | |
| tree | 60133782e6df46758ad063d28698842fc616d6d6 /lua/tests | |
| parent | 8d13f4ca8a449d9bd687234b4cb7c531c50b0fa4 (diff) | |
Revert "rfc: use extmarks for highlighting and carets (#2099)" (#2138)
This reverts commit 8d13f4ca8a449d9bd687234b4cb7c531c50b0fa4.
Diffstat (limited to 'lua/tests')
| -rw-r--r-- | lua/tests/automated/pickers/find_files_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, }, |
