From 8783bea06e1e0dfa8dfd4834058923088471d832 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Mon, 11 Jan 2021 13:29:37 -0500 Subject: feat: quickfix (#293) * feat: quickfix (not implemented) * [WIP]: Wed 09 Dec 2020 11:11:30 PM EST * somewhat working linked list impl * getting closer * might be working * might be working for real * works and implemented basic example * dont forget to close prompt * fix descending and add more tests * test fixes * fix test * more logging * Fix some more tests * Fix logging messing up tests * fix: lint * fix: multi select stuffs --- lua/tests/pickers/find_files__with_ctrl_n.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/tests/pickers/find_files__with_ctrl_n.lua') diff --git a/lua/tests/pickers/find_files__with_ctrl_n.lua b/lua/tests/pickers/find_files__with_ctrl_n.lua index 78a31fd..5d93f60 100644 --- a/lua/tests/pickers/find_files__with_ctrl_n.lua +++ b/lua/tests/pickers/find_files__with_ctrl_n.lua @@ -3,7 +3,7 @@ local helper = require('telescope.pickers._test_helpers') tester.builtin_picker('find_files', 'fixtures/file', { post_close = { - { 'lua/tests/fixtures/file_2.txt', helper.get_file } + { 'lua/tests/fixtures/file_abc.txt', helper.get_selection_value }, }, }) -- cgit v1.2.3