Revert "rfc: use extmarks for highlighting and carets (#2099)" (#2138)

This reverts commit 8d13f4ca8a.
This commit is contained in:
Fabian David Schmidt
2022-08-19 10:08:55 +02:00
committed by GitHub
parent 8d13f4ca8a
commit 28dc08f614
3 changed files with 114 additions and 108 deletions

View File

@@ -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
},
},